Explorar o código

modtools: Limit height to avoid two scrollbars

JC Brand %!s(int64=5) %!d(string=hai) anos
pai
achega
0c0ca558ed
Modificáronse 1 ficheiros con 1 adicións e 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;
         }