소스 검색

Practice mgmt menu - prevent overflow

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

+ 5 - 0
public/css/style.css

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