I’m using a popover component with a slot. One of the items inside the slot is a fixed-height auto-layout container with a list of items. I want this list to overflow:scroll vertical, however, the prototype scroll options are disabled. I tried nesting this in a new frame and the scroll options are disabled for this new frame as well.
I’m trying to avoid breaking the original component and utilize the slot. Is scrolling only preserved for the slot itself or can you embed scrollable items within a slot?
Here’s a video showing more detail:
