소스 검색

Practice mgmt menu - prevent overflow

Vijayakrishnan 4 년 전
부모
커밋
aac7e56ee2
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      public/css/style.css

+ 2 - 3
public/css/style.css

@@ -1839,8 +1839,7 @@ form.non-interactive .form-content * {
     text-align: center;
     border-radius: 100%;
 }*/
-
-}
+.no-overflow-menu {
     overflow-y: auto;
     max-height: calc(100vh - 60px);
-.no-overflow-menu {
+}