Fix size of header menus

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-06-24 14:13:27 +02:00
parent 2507f26428
commit 6283b57310
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 0 deletions

View File

@ -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;