Merge pull request #13381 from nextcloud/menu-apps-fixes

Fix apps menu overlapping
This commit is contained in:
Roeland Jago Douma 2019-01-07 13:33:20 +01:00 committed by GitHub
commit e11048932f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ nav[role='navigation'] {
overflow: hidden;
background-color: var(--color-primary-element);
padding: 0 5px;
z-index: 2;
}
/* hidden apps menu */