You are not logged in.
Pages: 1
Topic closed
In Firefox I am looking for a way to remove side scroll bar
Is this possible?
Did have a quick google but only came up with tab scroll????
Last edited by Mr Green (2008-12-20 20:55:47)
Mr Green
Offline
That's a very good idea!
http://userstyles.org/styles/9425
(you need the Stylish add-on for it to work).
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
I never thought of that thanks man :-)
Did not quite work as I thought it does remove scrollbar but you lose mouse wheel scrolling ;-(
All I need now is Butler :-)
Last edited by Mr Green (2008-12-20 17:28:16)
Mr Green
Offline
it does remove scrollbar but you lose mouse wheel scrolling ;-(
I use the following…
/* hide vertical scrollbar */
notificationbox {
overflow-x: hidden;
}
browser[type="content-primary"], browser[type="content-targetable"] {
overflow-y: scroll;
margin-right: -12px; /* 12px == width of my scrollbar */
}
Offline
you need the Stylish add-on for it to work
Just add it to your userChrome.css (no need for extra add-ons).
Offline
Man why could I not find that with google? ..........
/me fires up vi :-)
Sweet!!!!!!
Last edited by Mr Green (2008-12-20 20:55:30)
Mr Green
Offline
Thanks, N30N. Your suggestion answered my question as well.
Cheers,
Andrew
Offline
@dingir-xul: Please read http://wiki.archlinux.org/index.php/For … bumping.27
Online
Pages: 1
Topic closed