Change user-stylesheet default
This shows scrollbars like the one in the code block here: https://devtalk.nvidia.com/default/topic/918822/linux/hevc-main-10-profile-decoding-using-vdpau-unsupported-on-gtx-950-361-28-/
This commit is contained in:
parent
69d772cbee
commit
0cefcef8f3
@ -314,7 +314,8 @@ def data(readonly=False):
|
|||||||
|
|
||||||
('user-stylesheet',
|
('user-stylesheet',
|
||||||
SettingValue(typ.UserStyleSheet(none_ok=True),
|
SettingValue(typ.UserStyleSheet(none_ok=True),
|
||||||
'::-webkit-scrollbar { width: 0px; height: 0px; }',
|
'html > ::-webkit-scrollbar { width: 0px; '
|
||||||
|
'height: 0px; }',
|
||||||
backends=[usertypes.Backend.QtWebKit]),
|
backends=[usertypes.Backend.QtWebKit]),
|
||||||
"User stylesheet to use (absolute filename, filename relative to "
|
"User stylesheet to use (absolute filename, filename relative to "
|
||||||
"the config directory or CSS string). Will expand environment "
|
"the config directory or CSS string). Will expand environment "
|
||||||
|
Loading…
Reference in New Issue
Block a user