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:
commit
a677797381
|
@ -352,6 +352,7 @@ $sidebar-color: #2D2F33;
|
|||
|
||||
.sidebar {
|
||||
background: $sidebar-color;
|
||||
z-index: auto;
|
||||
@include media(">desktop") {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue