diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 805557e94..959e00dc7 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -314,7 +314,8 @@ def data(readonly=False): ('user-stylesheet', SettingValue(typ.UserStyleSheet(none_ok=True), - '::-webkit-scrollbar { width: 0px; height: 0px; }', + 'html > ::-webkit-scrollbar { width: 0px; ' + 'height: 0px; }', backends=[usertypes.Backend.QtWebKit]), "User stylesheet to use (absolute filename, filename relative to " "the config directory or CSS string). Will expand environment "