Ver a proveniência
Update pannellum.css
css for workarround fullscreen api for iphone
pull/1132/head
the-ft
há 1 ano
committed by
GitHub
ascendente
cometimento
43dc9fc055
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
11 adições e
0 eliminações
-
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; |
|
|
|
} |
|
|
|
|
|
|
|
|