Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Cannot hide scrollbar #3481

Closed
azhongzl opened this issue Mar 12, 2024 · 2 comments
Closed

[Bug] Cannot hide scrollbar #3481

azhongzl opened this issue Mar 12, 2024 · 2 comments

Comments

@azhongzl
Copy link

Abstract

Cannot hide scrollbar.
SCR-20240312-jyrx

Steps to reproduce

  1. Start Firefox with clean profile.
  2. Install TST.
  3. Hide scroll bar in user styles
/* Hide scrollbar */
#tabbar { scrollbar-width: none; }
  1. Open many tabs to trigger scrollbar
  2. We can see scrollbar even we hide it.

Expected result

Scrollbar should be hidden if we set it to be.

Actual result

Scrollbar is not hidden even we set it to be.

Environment

  • Platform (OS): MacOS
  • Version of Firefox: 123.0.1 (64-bit)
  • Version (or revision) of Tree Style Tab: 4.0.1
@subjut
Copy link

subjut commented Mar 12, 2024

It seems, the CSS code has changed. This works for me: #normal-tabs-container { scrollbar-width: none; }.
The Wiki needs to be updated.

@azhongzl
Copy link
Author

Updated the wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants