bring modal z-index above progress bar

This commit is contained in:
DepFA 2022-09-19 13:28:48 +01:00 committed by AUTOMATIC1111
parent 931e5aebb3
commit 86021511af

View File

@ -236,7 +236,7 @@ input[type="range"]{
#lightboxModal{ #lightboxModal{
display: none; display: none;
position: fixed; position: fixed;
z-index: 900; z-index: 1001;
padding-top: 100px; padding-top: 100px;
left: 0; left: 0;
top: 0; top: 0;