瀏覽代碼
Update pannellum.css
css for workarround fullscreen api for iphone
pull/1132/head
the-ft
1 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
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; |
|
|
|
} |
|
|
|
|
|
|
|
|