Mantine ScrollArea With React Infinite Scroll

1.5k Views Asked by At

I am currently building an app which uses Mantine components. I have a list which I am paginating, and rendering using React-Infinite-Scroll-Component. I want to change the style of the scrollbar of the InfiniteScroll component to look like the Mantine ScrollArea scroll bar, is there a way to use the ScrollArea component to wrap it? If not, how would I go about styling the scroll bar?

Have a look at this CodeSandboxLink to see exactly what the difference is.

0

There are 0 best solutions below