parent
4d0c15add7
commit
ff386f83f2
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
.queue-controls {
|
.queue-controls {
|
||||||
@include media("<desktop") {
|
@include media("<desktop") {
|
||||||
height: $bottom-player-height;
|
height: $bottom-player-height;
|
||||||
|
@ -34,7 +33,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
&.main > .button {
|
&.main > .button {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue