From 6283b573105d9d286dd12ecd5514a4aa91bed725 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 24 Jun 2019 14:13:27 +0200 Subject: Fix size of header menus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/header.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/header.scss b/core/css/header.scss index 2b63dc978ac..5f2f285cf7b 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -113,6 +113,9 @@ /* Use by the apps menu and the settings right menu */ #apps > ul, &.settings-menu > ul { + max-height: calc(100vh - #{$header-height}); + overflow: scroll; + li { a { display: inline-flex; -- cgit v1.2.3