Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

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

  • 3 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 37 gösterim
  • Son yanıtı yazan: 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?

Seçilen çözüm

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;
}
Bu yanıtı konu içinde okuyun 👍 0

Tüm Yanıtlar (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

Seçilen çözüm

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;
}