Fix progress bar position

This commit is contained in:
innovaciones 2022-09-20 13:06:38 -05:00 committed by AUTOMATIC1111
parent f183e09fcc
commit b9aed0c692

View File

@ -205,9 +205,10 @@ input[type="range"]{
}
#progressbar{
position: absolute;
position: relative;
z-index: 1000;
right: 0;
display: none;
}
.progressDiv{