summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss3
1 files changed, 3 insertions, 0 deletions
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;