How to make part of the scroll, horizontal in react?

45 Views Asked by At

I want to make part of the normal scroll, horizontal without any scrollbars or left/right handles. (shown below)

enter image description here

Also, I don't want to use jquery or framer motion. As shown in the gif, the horizontal scroll is part of the normal scrollbar, it's like they are all part of one scroll view.

1

There are 1 best solutions below

1
On

i managed to get it this far, i believe it should need more tweaking? hope this helps.

https://stackblitz.com/edit/stackblitz-starters-snrwjp?file=src%2FApp.js