Skip to content

Commit

Permalink
fix: playlist select z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochromatic committed Sep 18, 2023
1 parent 64e0781 commit 2d5b456
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
&__control {
padding: 4px;
}

&__menu {
z-index: 3 !important;
}
}

.playlist-select-dark {
Expand Down Expand Up @@ -101,6 +105,7 @@

&__menu {
background-color: #2d3748 !important;
z-index: 3 !important;
}

&__option {
Expand Down

0 comments on commit 2d5b456

Please sign in to comment.