fix(remote-menu): position volume slider in vertical center for firefox

This commit is contained in:
Leonard Kim 2017-07-04 13:42:26 -07:00 committed by yanas
parent 0d4b77d7b1
commit 129e54e262
1 changed files with 1 additions and 1 deletions

View File

@ -59,9 +59,9 @@
width: 100%;
.popupmenu__slider {
bottom: 50%;
position: absolute;
top: 50%;
transform: translate(0, -50%);
width: 100%;
}
}