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 month 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?