Replies: 1 comment
-
I figured out a much simpler version that does seem to work.
However, I don't understand why it works. I would think that the right solution would be:
But, that collapses all nested tabs so that they are no longer indented. But I can't fathom why that is happening. I would think that the I'm at about the limit of my ability to debug CSS now too. Anyone else understand what is going on there or have an even simpler way to fix this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current snippet in the wiki for how to hide the scroll bar doesn't really work. It does hide the scroll bar, but the tabs still jump out from under your cursor when you go to click on them.
I figured out that this snippet will fix it:
Just removing
+ var(--shift-tabs-for-scrollbar-distance)
from each of the original definitions:treestyletab/webextensions/sidebar/styles/base.css
Lines 341 to 355 in 74d0aa9
But that seems super fragile. Is there some better way to do this? Maybe some way to hard override the
--shift-tabs-for-scrollbar-distance
variable?Beta Was this translation helpful? Give feedback.
All reactions