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():