搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How can I make the scroll bars wider?

  • 2 个回答
  • 2 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

How can I make the scroll bars wider?

How can I make the scroll bars wider?

所有回复 (2)

more options

I think Firefox follows your default setting for "desktop" applications in Windows ("modern" applications have their own settings). If you want to widen scrollbars for ALL desktop applications, you may be able to use the methods described on the following page:

http://winaero.com/blog/how-to-change-the-size-of-scrollbars-in-windows-10/ - show options for manually editing the Windows registry or using their utility program named WinAero Tweaker (I have not tested either method myself)

To modify only Firefox, you probably need an add-on. I didn't see anything in a quick search, but: https://addons.mozilla.org/firefox/

Also, you might be able to use a custom style rule. For example, this might still work (I copied it from a 2012 thread):

scrollbar[orient="vertical"] scrollbarbutton,
scrollbar[orient="vertical"] slider {
 width: 25px !important;
 height: 25px !important;
 -moz-appearance: none !important;
}

You can apply custom style rules to Firefox's interface using either a userChrome.css file, or the Stylish extension, but I think the other methods might be more convenient.

more options