fixed livepreview overlay

do not to hide the previous image if livepreview is disabled
This commit is contained in:
anapnoe 2023-02-04 19:26:36 +02:00
parent 69b638e39b
commit 5ad2e7a765

View File

@ -1697,7 +1697,12 @@ body {
bottom: 63px; bottom: 63px;
pointer-events: all; pointer-events: all;
overflow: hidden !important; overflow: hidden !important;
background-color: #1a1a1a !important; /*background-color: #1a1a1a !important;*/
background-color: transparent !important;
}
.livePreview > img{
background-color: #1a1a1a !important;
} }
#img2img_gallery div>div, #img2img_gallery div>div,