From da7bed1aeeb8a587e6ee760107e872098f7667c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 24 Jun 2019 14:13:27 +0200 Subject: [PATCH] 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 c1e89b5cc8e0d..40aa13695b939 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -114,6 +114,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;