Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Scrool Bar within Tree Style Tabs

  • 2 odpovede
  • 0 má tento problém
  • 3 zobrazenia
  • Posledná odpoveď od 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?
Priložené obrázky

Všetky odpovede (2)

more options

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

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