Browse Source

Fix CSS bug.

pull/86/head
Matthew Petroff 9 years ago
parent
commit
965f388ac6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/css/pannellum.css

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

@@ -349,7 +349,7 @@ div.tooltip:hover:after {
transform-origin: 0 0 0;
}

.dragfix, #preview {
.dragfix, .preview_img {
position: absolute;
height: 100%;
width: 100%;


Loading…
Cancel
Save