This commit is contained in:
Kovid Goyal 2019-10-06 21:09:56 +05:30
parent d3c0452d6f
commit 42ae6dea61
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -45,7 +45,7 @@ def apply_colors():
else:
text = ''
ss.textContent = text + '\n\nhtml::-webkit-scrollbar, body::-webkit-scrollbar { display: none }'
ss.textContent = text + '\n\nhtml::-webkit-scrollbar, body::-webkit-scrollbar { display: none !important }'
def apply_stylesheet():