Browse Source

Container position set to relative, for a better embed into an existing page. We don't want the viewer to be at a fixed place.

pull/84/head
Benjamin BERNARD 9 years ago
parent
commit
98fff919f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/css/pannellum.css

+ 1
- 1
src/css/pannellum.css View File

@@ -2,7 +2,7 @@
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
position: relative;
cursor: default;
width: 100%;
height: 100%;


Loading…
Cancel
Save