Browse Source

fix(mobile): card modal for android

charlie 7 months ago
parent
commit
9422367137
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/main/capacitor/components/app.css

+ 8 - 0
src/main/capacitor/components/app.css

@@ -22,6 +22,14 @@ html.plt-capacitor.plt-android {
   .searchbar-input.sc-ion-searchbar-md {
     @apply shadow-none;
   }
+
+  ion-modal {
+    ion-content {
+      #app-container-wrapper {
+        @apply pt-8;
+      }
+    }
+  }
 }
 
 html.has-mobile-keyboard {