回答:
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; }
新しいバージョンのFirefoxでは、userChrome.cssまたはuserContent.cssを使用することはできません。このアドオンを試してください。 https://addons.mozilla.org/en-US/firefox/addon/noiascrollbars/