Browse Source

Use absolute position for ui element.

pull/482/head
strarsis 7 years ago
committed by Matthew Petroff
parent
commit
a3918f2ffa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/css/pannellum.css

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

@@ -24,7 +24,7 @@
}

.pnlm-ui {
position: relative;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;


Loading…
Cancel
Save