Fix progress bar position
This commit is contained in:
parent
f183e09fcc
commit
b9aed0c692
1 changed files with 2 additions and 1 deletions
|
@ -205,9 +205,10 @@ input[type="range"]{
|
|||
}
|
||||
|
||||
#progressbar{
|
||||
position: absolute;
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
right: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.progressDiv{
|
||||
|
|
Loading…
Reference in a new issue