Skip to content

Commit

Permalink
Fix size of header menus
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Jun 24, 2019
1 parent c417194 commit da7bed1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da7bed1

Please sign in to comment.