Explorar el Código

modtools: Limit height to avoid two scrollbars

JC Brand hace 5 años
padre
commit
0c0ca558ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }