Commit b9aed0c6 authored by innovaciones's avatar innovaciones Committed by AUTOMATIC1111

Fix progress bar position

parent f183e09f
......@@ -205,9 +205,10 @@ input[type="range"]{
}
#progressbar{
position: absolute;
position: relative;
z-index: 1000;
right: 0;
display: none;
}
.progressDiv{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment