fix(event): Keep progressBar from overlapping videojs control.

pull/3848/head
Simpler1 2024-03-02 14:10:25 -05:00
parent 904f062769
commit d7eca5bb23
2 changed files with 10 additions and 2 deletions

View File

@ -139,10 +139,14 @@ height: 100%;
#progressBar { #progressBar {
position: relative; position: relative;
/*
top: -1.25em; top: -1.25em;
*/
height: 1.25em; height: 1.25em;
/*
margin: 0 auto -1.25em auto; margin: 0 auto -1.25em auto;
} */
}
#progressBar .progressBox { #progressBar .progressBox {
transition: width .1s; transition: width .1s;

View File

@ -138,10 +138,14 @@ height: 100%;
#progressBar { #progressBar {
position: relative; position: relative;
/*
top: -1.25em; top: -1.25em;
*/
height: 1.25em; height: 1.25em;
/*
margin: 0 auto -1.25em auto; margin: 0 auto -1.25em auto;
} */
}
#progressBar .progressBox { #progressBar .progressBox {
transition: width .1s; transition: width .1s;