aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-15 17:20:29 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-15 17:29:55 +0000
commitf6aac4c65a681383616f6e72e3865002600f476f (patch)
treeef4bcc4143fd7fb9e4206becab42376c963af516 /style.css
parentce13ced5dc5ce06634b3313bbfed6d479f8a4538 (diff)
downloadstable-diffusion-webui-gfx803-f6aac4c65a681383616f6e72e3865002600f476f.tar.gz
stable-diffusion-webui-gfx803-f6aac4c65a681383616f6e72e3865002600f476f.tar.bz2
stable-diffusion-webui-gfx803-f6aac4c65a681383616f6e72e3865002600f476f.zip
eliminate flicker for live previews
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 786b71d1..5bf1c6f9 100644
--- a/style.css
+++ b/style.css
@@ -338,6 +338,7 @@ input[type="range"]{
}
.livePreview img{
+ position: absolute;
object-fit: contain;
width: 100%;
height: 100%;