Przeglądaj źródła

enhance(ui): increase z-index for block modal header

charlie 2 miesięcy temu
rodzic
commit
ed8471f96f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/mobile/components/app.css

+ 1 - 1
src/main/mobile/components/app.css

@@ -136,7 +136,7 @@ ul {
 .block-modal-page {
   &-header {
     @apply pt-5 pb-1 px-4 flex justify-between bg-gray-01
-    absolute top-0 left-0 w-full z-[1] overflow-hidden;
+    absolute top-0 left-0 w-full z-[10] overflow-hidden;
 
     border-radius: 26px 26px 0 0;
   }