We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Search Support

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 பதிலளிப்புகள்
  • 0 இந்த பிரச்னைகள் உள்ளது
  • 6 views
  • Last reply by Alice Nelson

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?
Attached screenshots

All Replies (2)

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

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