aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-09-19 13:28:48 +0100
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-19 16:43:08 +0300
commit86021511afa5ae55a631b0346184001fe1ed3d14 (patch)
treed2e7fc662ba18bf9b924b1c30c4520d8157d7f78
parent931e5aebb301714e8c0263555c99d7b7d9892fd0 (diff)
bring modal z-index above progress bar
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index adb50128..d89c0e32 100644
--- a/style.css
+++ b/style.css
@@ -236,7 +236,7 @@ input[type="range"]{
#lightboxModal{
display: none;
position: fixed;
- z-index: 900;
+ z-index: 1001;
padding-top: 100px;
left: 0;
top: 0;