浏览代码

fix(ui): incorrect position for the filter modal on ios platform

charlie 1 年之前
父节点
当前提交
a9fb491811
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/main/frontend/ui.css

+ 7 - 0
src/main/frontend/ui.css

@@ -259,6 +259,13 @@ html.is-mobile {
         padding-bottom: 0;
       }
     }
+
+    &[label="ls-modal-align-center"] {
+      .ui__modal-panel {
+        top: 8vh;
+        transform: translateY(-10%);
+      }
+    }
   }
 }