From 42a05a8b4e0793972cb7629e65f0695e2e3ab429 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Thu, 22 Mar 2018 21:46:58 +0100 Subject: [PATCH] fix: add missing vertical scrollbar in xy-grid frame --- 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