mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fixes the apps menu scrollbar
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
fbe62e1985
commit
32856197b9
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue