Browse Source

modtools: Limit height to avoid two scrollbars

JC Brand 5 years ago
parent
commit
0c0ca558ed
1 changed files with 1 additions and 1 deletions
  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;
         }