fix(remote-menu): position volume slider in vertical center for firefox
This commit is contained in:
parent
0d4b77d7b1
commit
129e54e262
|
@ -59,9 +59,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.popupmenu__slider {
|
.popupmenu__slider {
|
||||||
bottom: 50%;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
transform: translate(0, -50%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue