pencil / rechat

Adds chat messages from the past to your favorite Twitch VODs
https://www.rechat.org/
MIT License
66 stars 11 forks source link

Nicer Scroll Bar #21

Open goldbattle opened 9 years ago

goldbattle commented 9 years ago

I would love to have a nicer scrollbar for the chat. I tried figuring out what twitch was doing, but I can't seem to get it all to work. Also tried a library but could not get "auto stay" on the bottom.

Would love to see something like that added.

Powersource commented 8 years ago

Twitch seems to be using Trackpad-scroll-emulator for its scrollbars. The lib is embedded in twitch's jquery file and we seem to be able to use it, we just have to carefully follow the steps in the TSE readme. It's a bit fiddly so I haven't gotten it completely to work.

Powersource commented 8 years ago

And for the record, twitch uses the settings wrapContent: !1, scrollbarHideStrategy: "rightAndBottom" You could also ctrl+f for this in the linked twitch file.

goldbattle commented 8 years ago

Nice find!