Browse Source

modtools: Limit height to avoid two scrollbars

JC Brand 5 năm trước cách đây
mục cha
commit
0c0ca558ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sass/_modal.scss

+ 1 - 1
sass/_modal.scss

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