Fix size of header menus
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
2507f26428
commit
6283b57310
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue