瀏覽代碼

modtools: Limit height to avoid two scrollbars

JC Brand 5 年之前
父節點
當前提交
0c0ca558ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sass/_modal.scss

+ 1 - 1
sass/_modal.scss

@@ -31,7 +31,7 @@
         }
         }
 
 
         .scrollable-container {
         .scrollable-container {
-            max-height: 50vh;
+            max-height: 45vh;
             overflow-y: auto;
             overflow-y: auto;
         }
         }