mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:29:40 +02:00
Fix #1075: z-index issue with dropdown and sidebar
This commit is contained in:
parent
0a26fceb4e
commit
9c24802cd3
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ $sidebar-color: #2D2F33;
|
|||
|
||||
.sidebar {
|
||||
background: $sidebar-color;
|
||||
z-index: auto;
|
||||
@include media(">desktop") {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue