Просмотр исходного кода

fix(ui): checkbox floats above button

Andelf 3 лет назад
Родитель
Сommit
68a1c1d36f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/frontend/components/page.css

+ 2 - 1
src/main/frontend/components/page.css

@@ -103,6 +103,7 @@
     white-space: nowrap;
     top: -1px;
     padding-bottom: 10px;
+    z-index: 1;
 
     @screen md {
       display: flex;
@@ -306,4 +307,4 @@ html.is-native-ios {
       }
     }
   }
-}
+}