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,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
         }

Ładowanie…
Anuluj
Zapisz