mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 09:15:20 +02:00
fixed livepreview overlay
do not to hide the previous image if livepreview is disabled
This commit is contained in:
@@ -1697,7 +1697,12 @@ body {
|
||||
bottom: 63px;
|
||||
pointer-events: all;
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user