Merge branch '1075-dropdown-sidebar' into 'develop'

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

Closes #1075

See merge request funkwhale/funkwhale!1096
This commit is contained in:
Agate 2020-04-20 11:39:52 +02:00
commit a677797381
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;