Fix #1079: fixed another z-index issue with dropdowns

This commit is contained in:
Agate 2020-04-22 09:58:20 +02:00
parent 32e7bc8a9c
commit 5913baeb57
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
3 changed files with 3 additions and 3 deletions

View file

@ -352,7 +352,7 @@ $sidebar-color: #2D2F33;
.sidebar {
background: $sidebar-color;
z-index: auto;
z-index: 1;
@include media(">desktop") {
display: flex;
flex-direction: column;