tabby icon indicating copy to clipboard operation
tabby copied to clipboard

How to hide the scroll bar

Open zifenggao opened this issue 3 years ago • 6 comments

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.
Fund with Polar

zifenggao avatar Dec 28 '21 11:12 zifenggao

I also have the same situation

xeahsoon avatar Mar 03 '22 06:03 xeahsoon

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

Tim4497 avatar Mar 25 '22 15:03 Tim4497

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

max1c avatar Oct 03 '22 15:10 max1c

Any update on how to hide the scroll bar?

chyld avatar Oct 25 '22 23:10 chyld

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;
    }

jhthorsen avatar Nov 16 '23 02:11 jhthorsen