diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-09-19 13:28:48 +0100 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-19 16:43:08 +0300 |
commit | 86021511afa5ae55a631b0346184001fe1ed3d14 (patch) | |
tree | d2e7fc662ba18bf9b924b1c30c4520d8157d7f78 | |
parent | 931e5aebb301714e8c0263555c99d7b7d9892fd0 (diff) |
bring modal z-index above progress bar
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|