Hi. I have made a simple modal component and I want it to be able to contain content that’s vertically bigger than itself — that is: I want it to contain a scrollbar if the content is vertically bigger than the modal. I set “clip content” on the component, but I’m not sure how to make use of it in the instance of the component where I imagine to then add an instance of another component (form fields cascading vertically) inside the modal instance.
Any pointers on how to get this right are appreciated 🙏
Thanks in advance!