From 5ad2e7a765ae296445dfabc6e9cb083eb775b848 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sat, 4 Feb 2023 19:26:36 +0200 Subject: [PATCH] fixed livepreview overlay do not to hide the previous image if livepreview is disabled --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ab494acf..554515bb 100644 --- a/style.css +++ b/style.css @@ -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,