aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-17 12:38:15 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-17 12:38:15 +0300
commit99585b3514e2d7e987651d5c6a0806f933af012b (patch)
tree3586d8887f4bf3ce6a99cc588c33f4111ba054a9 /style.css
parentf8f17e3b9e61f238dd32b6d1bab5db040c531559 (diff)
moved progressbar to top by request
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 67ce8550..752d2cf4 100644
--- a/style.css
+++ b/style.css
@@ -167,6 +167,12 @@ input[type="range"]{
#txt2img_negative_prompt, #img2img_negative_prompt{
}
+#progressbar{
+ position: absolute;
+ z-index: 1000;
+ right: 0;
+}
+
.progressDiv{
width: 100%;
height: 30px;