tabby
tabby copied to clipboard
How to hide the scroll bar
The scroll bar is too wide, it looks uncomfortable, how can I hide it?
Funding this issue
- You can sponsor this specific effort via a Polar.sh pledge below
- We only receive your pledge once the issue is resolved & you've verified it.
I also have the same situation
Would also love a macos style scrollbar on the far right side
Would also like to know how to hide the scroll bar.
Any update on how to hide the scroll bar?
I removed the scrollbar with css:
https://github.com/jhthorsen/dotfiles/blob/main/config/tabby/config.yaml#L210-L216
::-webkit-scrollbar,
::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
width: 0 !important;
}