Merge pull request #11624 from nextcloud/fix/11468/app-menu-scrollbar
Fixes the apps menu scrollbar
This commit is contained in:
commit
02e326f8f9
|
@ -329,7 +329,8 @@ nav[role='navigation'] {
|
||||||
/* Apps management */
|
/* Apps management */
|
||||||
#apps {
|
#apps {
|
||||||
max-height: inherit;
|
max-height: inherit;
|
||||||
overflow: auto;
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
.in-header {
|
.in-header {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue