Merge pull request #404 from nextcloud/design/button-overlap

Prevent question menu icon and menu itself overlapping top right actions
This commit is contained in:
Jan C. Borchardt 2020-05-22 21:36:59 +02:00 committed by GitHub
commit b4b5ea060b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ $top-bar-height: 60px;
.top-bar {
position: sticky;
z-index: 10;
z-index: 100;
top: var(--header-height);
display: flex;
align-items: center;