Fix broken progress bar styling IE10

This commit is contained in:
Robin Poort 2016-05-09 17:39:36 +02:00
parent 9ff933e532
commit 1a5e56ed46

View File

@ -474,6 +474,7 @@
// <progress> element // <progress> element
.plyr__progress { .plyr__progress {
position: relative; position: relative;
display: inline-block;
flex: 1; flex: 1;
input[type="range"] { input[type="range"] {