Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

No scroll button at both ends of scroll bar. Why?

  • 3 wótegrona
  • 1 ma toś ten problem
  • 35 naglědow
  • Slědne wótegrono wót cor-el

more options

Scroll bar at right side of screen use to have an up & down button at top and bottom. Now it doesn't. It was easier to use than trying to drag down and up. Any way to put these back in?

Scroll bar at right side of screen use to have an up & down button at top and bottom. Now it doesn't. It was easier to use than trying to drag down and up. Any way to put these back in?

Wubrane rozwězanje

You can try to create/edit a gtk.css file in your home directory.

  • ~/.config/gtk-3.0/gtk.css
.scrollbar {
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 15;
-GtkRange-stepper-size: 15;
}
Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (3)

more options

The missing scrollbar arrows tells me you likely have a GTK2 theme in use on your Linux distro instead of a GTK3 theme.

The official builds of Firefox since 46.0 have required GTK 3.4 (three.four) at minimum to run (though most people should have at least 3.12 by now) and as a result you needs GTK3 themes to theme Firefox. Firefox can technically be used with a GTK2 theme in use however Firefox will look unthemed and have some issues like missing scrollbar arrows.

Some Linux distros may have delayed this change to use GTK3 with their own packaged builds of Firefox until more recently.

GTK3 themes may be available to install in your package manager or you can get them from say https://www.gnome-look.org/browse/cat/135/ord/latest/

more options

I have Mint 17.3 running on another computer, with Firefox 61.0.01, and it has the arrow buttons. I find it odd that it okay on an older version and not a newer one. Also, Chromium has the buttons on both versions of Mint. I guess I will go to Chromium. Thanks for your help.

more options

Wubrane rozwězanje

You can try to create/edit a gtk.css file in your home directory.

  • ~/.config/gtk-3.0/gtk.css
.scrollbar {
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 15;
-GtkRange-stepper-size: 15;
}