fix(event): Keep progressBar from overlapping videojs control.
parent
904f062769
commit
d7eca5bb23
|
@ -139,10 +139,14 @@ height: 100%;
|
|||
|
||||
#progressBar {
|
||||
position: relative;
|
||||
/*
|
||||
top: -1.25em;
|
||||
*/
|
||||
height: 1.25em;
|
||||
/*
|
||||
margin: 0 auto -1.25em auto;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
#progressBar .progressBox {
|
||||
transition: width .1s;
|
||||
|
|
|
@ -138,10 +138,14 @@ height: 100%;
|
|||
|
||||
#progressBar {
|
||||
position: relative;
|
||||
/*
|
||||
top: -1.25em;
|
||||
*/
|
||||
height: 1.25em;
|
||||
/*
|
||||
margin: 0 auto -1.25em auto;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
#progressBar .progressBox {
|
||||
transition: width .1s;
|
||||
|
|
Loading…
Reference in New Issue