From b1924e099540e4e7411a948d776691e1e5746fbf Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Thu, 14 Sep 2017 12:26:09 -0700 Subject: [PATCH] Add height pinning to cell-block-y --- scss/xy-grid/_frame.scss | 1 + 1 file changed, 1 insertion(+) 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%; -- 2.47.2