Merge pull request #13404 from nextcloud/backport/13381/stable15

[stable15] Fix apps menu overlapping
This commit is contained in:
John Molakvoæ 2019-01-07 15:33:51 +01:00 committed by GitHub
commit d21bc0e314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 */