fixed livepreview overlay
do not to hide the previous image if livepreview is disabled
This commit is contained in:
parent
69b638e39b
commit
5ad2e7a765
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user