diff options
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 5f2f285cf7b..c7017e16e8e 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -114,7 +114,7 @@ #apps > ul, &.settings-menu > ul { max-height: calc(100vh - #{$header-height}); - overflow: scroll; + overflow-y: scroll; li { a { |