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;