Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.92k stars 3.38k forks source link

How to hide the scroll bar #5321

Open zifenggao opened 2 years ago

zifenggao commented 2 years ago

The scroll bar is too wide, it looks uncomfortable, how can I hide it?

Funding this issue

Fund with Polar

xeahsoon commented 2 years ago

I also have the same situation

Tim4497 commented 2 years ago

Would also love a macos style scrollbar on the far right side

max1c commented 2 years ago

Would also like to know how to hide the scroll bar.

chyld commented 1 year ago

Any update on how to hide the scroll bar?

jhthorsen commented 11 months ago

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;
    }
warpdesign commented 1 week ago

Would love to have an option to automatically hide the scrollbar, but it should be reappear when scrolling using mousewheel/touchpad, much like in other apps, including Chrome.