From: Kevin Ball Date: Thu, 14 Sep 2017 19:26:09 +0000 (-0700) Subject: Add height pinning to cell-block-y X-Git-Tag: v6.4.4-rc1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10649%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add height pinning to cell-block-y --- diff --git a/scss/xy-grid/_frame.scss b/scss/xy-grid/_frame.scss index 76c61e5ca..1936f1af2 100644 --- a/scss/xy-grid/_frame.scss +++ b/scss/xy-grid/_frame.scss @@ -61,6 +61,7 @@ @if $vertical == true { overflow-y: auto; max-height: 100%; + height: 100%; } @else { overflow-x: auto; max-width: 100%;