浏览代码

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 {