Browse Source

fix footer position in zoomed display mode

llcc 3 năm trước cách đây
mục cha
commit
3c816db7b2
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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 {
     .cp__footer {
-        height: 60px;
+        bottom: 70px;
+        height: 70px;
     }
     
     @media (orientation: landscape) {
         .cp__footer {
+            bottom: 50px;
             height: 50px;
         }
     }