]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add height pinning to cell-block-y 10649/head
authorKevin Ball <kmball11@gmail.com>
Thu, 14 Sep 2017 19:26:09 +0000 (12:26 -0700)
committerKevin Ball <kmball11@gmail.com>
Thu, 14 Sep 2017 19:26:09 +0000 (12:26 -0700)
scss/xy-grid/_frame.scss

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