fix: move queue above sidebar

Fixes b00e92c4ec (note_50584)
environments/review-docs-2124-l5559e/deployments/17496
Kasper Seweryn 2023-05-18 18:49:17 +00:00
rodzic 4d0c15add7
commit ff386f83f2
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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;