浏览代码

fix footer position in zoomed display mode

llcc 3 年之前
父节点
当前提交
3c816db7b2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/frontend/mobile/index.css

+ 3 - 1
src/main/frontend/mobile/index.css

@@ -186,11 +186,13 @@ html.is-native-android {
 
 
 html.is-zoomed-native-ios {
 html.is-zoomed-native-ios {
     .cp__footer {
     .cp__footer {
-        height: 60px;
+        bottom: 70px;
+        height: 70px;
     }
     }
     
     
     @media (orientation: landscape) {
     @media (orientation: landscape) {
         .cp__footer {
         .cp__footer {
+            bottom: 50px;
             height: 50px;
             height: 50px;
         }
         }
     }
     }