This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Scrool Bar within Tree Style Tabs

  • 2 răspunsuri
  • 0 au această problemă
  • 3 vizualizări
  • Ultimul răspuns de Alice Nelson

more options

How can I remove the added scroll bar within the Tree Style Tabs. I don't want it, it takes up space, and is unnecessary. Is there a way to remove it?

How can I remove the added scroll bar within the Tree Style Tabs. I don't want it, it takes up space, and is unnecessary. Is there a way to remove it?
Capturi de ecran atașate

Toate răspunsurile (2)

more options

Add the following to Tree Style Tab settings > Advanced > User Style Sheet:

#normal-tabs-container {
  scrollbar-width: none;
}