소스 검색

fix(ui): checkbox floats above button

Andelf 3 년 전
부모
커밋
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 {
       }
     }
   }
-}
+}