Merge pull request #13381 from nextcloud/menu-apps-fixes
Fix apps menu overlapping
This commit is contained in:
commit
e11048932f
|
@ -494,6 +494,7 @@ nav[role='navigation'] {
|
|||
overflow: hidden;
|
||||
background-color: var(--color-primary-element);
|
||||
padding: 0 5px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/* hidden apps menu */
|
||||
|
|
Loading…
Reference in New Issue