Fix #1075: z-index issue with dropdown and sidebar

This commit is contained in:
Agate 2020-04-20 11:35:09 +02:00
parent 0a26fceb4e
commit 9c24802cd3
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 1 additions and 0 deletions

View File

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