-
I see in the docs for the ScrollArea component under "Usage with other components" that you can do the following to add the ScrollArea component directly to the Navbar.Section component rather than having to wrap the ScrollArea component around it: I'm not sure if I'll get greater control over the scrollbar adding it this way, but I just found you could do this and it seemed pretty cool. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use ScrollArea with any component that supports |
Beta Was this translation helpful? Give feedback.
You can use ScrollArea with any component that supports
component
prop. See documentation to find out which components are polymorphic.