Dash Mantine ScrollArea scrollIntoView

Has anyone figured out a way to scroll to an element in a dmc.ScrollArea?

Similar to this: ScrollArea | Mantine

I figure it would take a clientside callback with some javascript but I can’t figure out how to replicate the viewportRef.

const viewportRef = useRef<HTMLDivElement>(null);
<ScrollArea h={150} type="always" mt="md" viewportRef={viewportRef}>