Fix broken progress bar styling IE10

This commit is contained in:
Robin Poort 2016-05-09 17:40:14 +02:00
parent 1a5e56ed46
commit 8b75bec3d2

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"] {