Преглед на файлове
Update pannellum.css
css for workarround fullscreen api for iphone
pull/1132/head
the-ft
преди 1 година
committed by
GitHub
родител
ревизия
43dc9fc055
No known key found for this signature in database
GPG ключ ID: 4AEE18F83AFDEB23
променени са
1 файла, в които са
добавени 11 реда и са
изтрити 0 реда
-
src/css/pannellum.css
|
|
@@ -480,3 +480,14 @@ div.pnlm-tooltip:hover span:after { |
|
|
|
.pnlm-pointer { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.pnlm-workaroundfullscreen { |
|
|
|
position: absolute !important ; |
|
|
|
top: 0; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
height: 100% !important; |
|
|
|
} |
|
|
|
|
|
|
|
|