Przeglądaj źródła

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

master
Leonard Kim 8 lat temu
rodzic
commit
129e54e262
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      css/_popup_menu.scss

+ 1
- 1
css/_popup_menu.scss Wyświetl plik

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
         }

Ładowanie…
Anuluj
Zapisz