Scrolling on apps popovermenu

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-01-30 10:30:20 +01:00
parent ecede42969
commit 818c23d9f1
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 7 additions and 0 deletions

View File

@ -318,6 +318,13 @@ nav[role='navigation'] {
}
}
#apps {
max-height: inherit;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
/* USER MENU -----------------------------------------------------------------*/
#settings {
display: inline-block;