mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 02:45:05 +08:00
fix ui flashing on reloading and fast scrollong
This commit is contained in:
parent
a30b19dd55
commit
b82caf1322
@ -41,6 +41,8 @@ def css_html():
|
||||
if os.path.exists(user_css):
|
||||
head += stylesheet(user_css)
|
||||
|
||||
head += '<style> html { background-color: #121212; }</style>'
|
||||
|
||||
return head
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user