Skip to main content
All CollectionsFAQEditor
The key to creating a vertical Modal
The key to creating a vertical Modal

How to create a long vertical modal that allows you to scroll within the Modal.

STUDIO Support avatar
Written by STUDIO Support
Updated over a week ago

You can create a modal that is vertically long and allows scrolling within the modal.You can create a modal that is vertically long and allows scrolling within the modal.

  1. Select ModalBase and set the height to 100%.

  2. Place a child box inside ModalBase and set the direction to "Down" and the alignment to "Align Top".

  3. Set ModalBase's overflow to "scroll".

This is the way to create a modal with vertical scrolling. If you put a link to this modal from another page, you can check how the modal works like below.

Did this answer your question?