Fixes the apps menu scrollbar
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
fbe62e1985
commit
32856197b9
|
@ -329,7 +329,8 @@ nav[role='navigation'] {
|
|||
/* Apps management */
|
||||
#apps {
|
||||
max-height: inherit;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
.in-header {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue