Browse Source

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

master
Leonard Kim 8 years ago
parent
commit
129e54e262
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_popup_menu.scss

+ 1
- 1
css/_popup_menu.scss View File

@@ -59,9 +59,9 @@
59 59
             width: 100%;
60 60
 
61 61
             .popupmenu__slider {
62
-                bottom: 50%;
63 62
                 position: absolute;
64 63
                 top: 50%;
64
+                transform: translate(0, -50%);
65 65
                 width: 100%;
66 66
             }
67 67
         }

Loading…
Cancel
Save