Fix progress bar position on WebOS 3

This commit is contained in:
Dmitry Lyzo 2020-02-09 17:07:13 +03:00
parent c6835f9c41
commit 91631f266d

View file

@ -167,6 +167,7 @@
box-sizing: border-box; box-sizing: border-box;
margin-top: -0.05em; margin-top: -0.05em;
top: 50%; top: 50%;
left: 0;
position: absolute; position: absolute;
padding: 0 0.54em; /* half of slider thumb size */ padding: 0 0.54em; /* half of slider thumb size */
} }