Merge pull request #22299 from owncloud/erikpel-css-fix
App navigation scrolling (Possible fix for #22158)
This commit is contained in:
commit
85f02c8d2b
|
@ -255,7 +255,10 @@
|
|||
opacity: .1;
|
||||
}
|
||||
|
||||
|
||||
#apps {
|
||||
max-height: calc(100vh - 100px);
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
|
||||
/* USER MENU -----------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in New Issue