Fixes the app menu

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-08-21 21:47:04 +02:00
parent 1a7516dd93
commit e0f29cadaf
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 2 additions and 1 deletions

View File

@ -441,6 +441,7 @@ nav[role='navigation'] {
#appmenu {
display: inline-flex;
min-width: $header-height;
z-index: 2;
li {
position: relative;
@ -560,7 +561,7 @@ nav[role='navigation'] {
}
#more-apps {
z-index: 2;
z-index: 3;
}
}