This commit is contained in:
Kovid Goyal
2019-10-06 21:09:56 +05:30
parent d3c0452d6f
commit 42ae6dea61
+1 -1
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():