From 42ae6dea61c8b4796397eb4a4d021df7bfd2a1ae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 6 Oct 2019 21:09:56 +0530 Subject: [PATCH] ... --- src/pyj/read_book/settings.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/settings.pyj b/src/pyj/read_book/settings.pyj index 512e8a16ac..4d137b2dfe 100644 --- a/src/pyj/read_book/settings.pyj +++ b/src/pyj/read_book/settings.pyj @@ -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():