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
             width: 100%;
59
             width: 100%;
60
 
60
 
61
             .popupmenu__slider {
61
             .popupmenu__slider {
62
-                bottom: 50%;
63
                 position: absolute;
62
                 position: absolute;
64
                 top: 50%;
63
                 top: 50%;
64
+                transform: translate(0, -50%);
65
                 width: 100%;
65
                 width: 100%;
66
             }
66
             }
67
         }
67
         }

Loading…
Cancel
Save