Scrolling on apps popovermenu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
ecede42969
commit
818c23d9f1
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue