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

Scroll Bar #2911

Closed
JeffGart opened this issue May 29, 2021 · 13 comments
Closed

Scroll Bar #2911

JeffGart opened this issue May 29, 2021 · 13 comments

Comments

@JeffGart
Copy link

I used to get a scroll bar that allowed be to easily jump around in tabs and subtabs. For the past few months I have been unable to get them to display.

Short description

Steps to reproduce

  1. Start Firefox with clean profile.
  2. Install TST.

Expected result

Actual result

Environment

  • Platform (OS):
  • Version of Firefox:
  • Version (or revision) of Tree Style Tab:
@piroor
Copy link
Owner

piroor commented Jun 1, 2021

Do you mean "the scroll bar in the TST sidebar is suddenly hidden"? Then, please try them:

@irvinm
Copy link
Contributor

irvinm commented Jun 12, 2021

@JeffGart any updates on this one?

@JeffGart
Copy link
Author

JeffGart commented Jun 12, 2021 via email

@irvinm
Copy link
Contributor

irvinm commented Jun 12, 2021

That is good to hear @JeffGart ... will you close this item then? Thanks.

@irvinm
Copy link
Contributor

irvinm commented Jun 19, 2021

@piroor I think it is ok to close this one.

@piroor piroor closed this as completed Jun 20, 2021
@JeffGart
Copy link
Author

JeffGart commented Jul 11, 2021 via email

@piroor
Copy link
Owner

piroor commented Jul 14, 2021

@JeffGart Does this snippet "Show scrollbar with regular width" help you?
https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#show-scrollbar-with-regular-width
And a screenshot may help me to understand what happens on your environment.

@JeffGart
Copy link
Author

JeffGart commented Jul 14, 2021 via email

@piroor
Copy link
Owner

piroor commented Jul 15, 2021

@JeffGart Did you respond to messages via emails and attached images? Sadly they look to be removed by the mail server or GitHub and they are not visible on the Web UI #2911 . Could you upload them via the comment form again?

@JeffGart
Copy link
Author

scroll

@JeffGart
Copy link
Author

As I said, I used to have a wide one on the right side of the tabs. Then it disappeared and somehow I was able to get it back. But it showed up on the left of the tabs and is very narrow.

@JeffGart
Copy link
Author

I only responded because someone else was having similar issues. I am dealing with the narrow bar.

@piroor
Copy link
Owner

piroor commented Jul 16, 2021

Thanks. Here is an example to customize the scrollbar (you need to set it to TST options => Advanced => Extra style rules for contents provided by Tree Style Tab).

:root.left #tabbar {
  /* show scrollbar rightside https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#show-scrollbar-in-the-tab-bar-rightside-1362 */
  direction: ltr;
  overflow-x: hidden;

  /* regular width scrollbar https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#show-scrollbar-with-regular-width */
  scrollbar-width: auto;

  /* custom scrollbar colors https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#custom-scrollbar-colors-2911 */
  scrollbar-color: red blue;
}

screenshot

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