]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11085 from DanielRuf/fix/xy-grid-frame-scrollbar-10793 for v6.5.0
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 16 Jun 2018 07:28:03 +0000 (09:28 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:28:03 +0000 (09:28 +0200)
42a05a8b4 fix: add missing vertical scrollbar in xy-grid frame

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/xy-grid/_frame.scss

index 1936f1af237e2bcb2fb2748dea8294076727c196..04430b261e77a34fb139b2d884a14f591b0364b1 100644 (file)
@@ -61,7 +61,7 @@
   @if $vertical == true {
     overflow-y: auto;
     max-height: 100%;
-    height: 100%;
+    min-height: 100%;
   } @else {
     overflow-x: auto;
     max-width: 100%;