mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #22299 from owncloud/erikpel-css-fix
App navigation scrolling (Possible fix for #22158)
This commit is contained in:
commit
85f02c8d2b
1 changed files with 4 additions and 1 deletions
|
|
@ -255,7 +255,10 @@
|
|||
opacity: .1;
|
||||
}
|
||||
|
||||
|
||||
#apps {
|
||||
max-height: calc(100vh - 100px);
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
|
||||
/* USER MENU -----------------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue