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

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

parent 0a26fceb
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