fix: move queue above sidebar

Fixes b00e92c4ec (note_50584)
This commit is contained in:
Kasper Seweryn 2023-05-18 18:49:17 +00:00
parent 4d0c15add7
commit ff386f83f2
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
.queue-controls {
@include media("<desktop") {
height: $bottom-player-height;
@ -34,7 +33,7 @@
position: fixed;
min-height: 100vh;
width: 100vw;
z-index: 1000;
z-index: 10000;
}
&.main > .button {
position: fixed;