Jawaban:
Ada solusi untuk masalah Anda di Mozilla Zine: Cara membuat bilah gulir browser lebih luas .
Masukkan kode ini di kedua
userChrome.css
danuserContent.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; }
Tidak mungkin lagi menggunakan userChrome.css atau userContent.css untuk versi baru firefox, coba addon ini: https://addons.mozilla.org/en-US/firefox/addon/noiascrollbars/