fix ui flashing on reloading and fast scrollong

This commit is contained in:
Andray 2024-07-05 19:28:16 +04:00
parent a30b19dd55
commit b82caf1322

View File

@ -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