Преглед на файлове

Make full screen more tolerant of container element CSS positioning.

pull/132/merge
Matthew Petroff преди 7 години
родител
ревизия
4f2f2bf79f
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      src/css/pannellum.css

+ 4
- 0
src/css/pannellum.css Целия файл

@@ -40,18 +40,22 @@
.pnlm-container:-moz-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-webkit-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-ms-fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}

.pnlm-render-container {


Зареждане…
Отказ
Запис