搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Scrool Bar within Tree Style Tabs

  • 2 个回答
  • 0 人有此问题
  • 6 次查看
  • 最后回复者为 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?
已附加屏幕截图

所有回复 (2)

more options

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

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

Thank you!