mantine icon indicating copy to clipboard operation
mantine copied to clipboard

Add `onOverflowChange` callback to `ScrollArea.Autosize`

Open pfo-omicsstudio opened this issue 5 months ago • 0 comments
trafficstars

This PR adds a new onOverflowChange?: (overflowing: boolean) => void prop to ScrollArea.Autosize.

It fires when content starts or stops exceeding max-height, enabling consumers to react when the container becomes scrollable.

https://github.com/user-attachments/assets/e43d5e79-934f-4907-9326-40c816c5bb46

pfo-omicsstudio avatar Jun 13 '25 11:06 pfo-omicsstudio