Procházet zdrojové kódy

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

charlie před 1 rokem
rodič
revize
a9fb491811
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  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%);
+      }
+    }
   }
 }