瀏覽代碼

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;
     text-align: center;
     border-radius: 100%;
     border-radius: 100%;
 }*/
 }*/
-
-}
+.no-overflow-menu {
     overflow-y: auto;
     overflow-y: auto;
     max-height: calc(100vh - 60px);
     max-height: calc(100vh - 60px);
-.no-overflow-menu {
+}