From 1c453d9c906c963304eb9ff83d6ef2f3aed73617 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 16 Jun 2018 09:28:03 +0200 Subject: [PATCH] Use pull request #11085 from DanielRuf/fix/xy-grid-frame-scrollbar-10793 for v6.5.0 42a05a8b4 fix: add missing vertical scrollbar in xy-grid frame Signed-off-by: Nicolas Coden --- scss/xy-grid/_frame.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/xy-grid/_frame.scss b/scss/xy-grid/_frame.scss index 1936f1af2..04430b261 100644 --- a/scss/xy-grid/_frame.scss +++ b/scss/xy-grid/_frame.scss @@ -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%; -- 2.47.2