Ver Fonte

modtools: Limit height to avoid two scrollbars

JC Brand há 5 anos atrás
pai
commit
0c0ca558ed
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
         }