Merge pull request #10568 from nextcloud/apps-menu-fixes
Fix apps max-height
This commit is contained in:
commit
b198e17071
|
@ -322,7 +322,7 @@ nav[role='navigation'] {
|
|||
|
||||
/* Apps management */
|
||||
#apps {
|
||||
max-height: calc(100vh - 100px);
|
||||
max-height: inherit;
|
||||
overflow: auto;
|
||||
.in-header {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue