Hi I want to create a Box that allows scrolling when the contents overflows the screen. There seems to be a ScrollView in v1 but that seems removed in v2. I also tried adding className='overflow-auto' but no luck. Also tried ScrollView from react-native but seems funky.
What do we use in v2 for a scrollable view?