From ce391eeccbd11ad163eae9ee5b044d61441a321c Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 8 Nov 2017 13:39:39 +0100 Subject: Scroll in popover: max 10 items shown and no flex shrink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/css/styles.scss') diff --git a/core/css/styles.scss b/core/css/styles.scss index c3d3dce67b4..381e0162139 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1410,6 +1410,10 @@ div.crumb { .popovermenu { top: 100%; margin-right: 3px; + ul { + max-height: 345px; + overflow-y: scroll; + } .in-breadcrumb { display: none; } -- cgit v1.2.3