Skip to content
Snippets Groups Projects
Commit a6777973 authored by Agate's avatar Agate 💬
Browse files

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

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

Closes #1075

See merge request funkwhale/funkwhale!1096
parents 0a26fceb 9c24802c
No related branches found
No related tags found
No related merge requests found
......@@ -352,6 +352,7 @@ $sidebar-color: #2D2F33;
.sidebar {
background: $sidebar-color;
z-index: auto;
@include media(">desktop") {
display: flex;
flex-direction: column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment