Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Buscar en Ayuda

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.

Learn More

Scrool Bar within Tree Style Tabs

  • 2 respuestas
  • 0 tienen este problema
  • 3 visitas
  • Última respuesta 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?
Capturas de pantalla adjuntas

Todas las respuestas (2)

more options

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

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