我正在寻找一种方法,使 Firefox 中的垂直滚动条更宽,以便在触摸屏 PC 上更容易抓取。
答案1
Mozilla Zine 上有一个可以解决您的问题的解决方案:如何让浏览器滚动条更宽。
将此代码放入和
userChrome.css
中userContent.css
:
/* Increase width of VERTICAL SCROLLBAR */
scrollbar[orient="vertical"], scrollbar[orient="vertical"] thumb, scrollbar[orient="vertical"] scrollbarbutton { min-width: 35px !important; -moz-appearance: none !important; }
/* Increase width of HORIZONTAL SCROLLBAR */
scrollbar[orient="horizontal"], scrollbar[orient="horizontal"] thumb, scrollbar[orient="horizontal"] scrollbarbutton { min-height: 35px !important; -moz-appearance: none !important; }
答案2
对于新版本的 Firefox,userChrome.css 或 userContent.css 不再可能,请尝试此插件: https://addons.mozilla.org/en-US/firefox/addon/noiascrollbars/
答案3
如果您使用的是 xp,您仍然可以右键单击桌面属性外观高级滚动条并使其变宽。我的是 21。
它还会影响 Firefox 和我在 XP 上使用的所有其他程序。
爱达荷州的安妮尔