Modal is displayed at the bottom when screen width is small

When the Modal property size is set to “large”.
When displayed in PC View, there is no problem,
When viewed in Smartphone View, the modal is displayed at the bottom of the screen.

What is the solution to this problem?


PC View

Smartphone View

Hello @user67 thanks for reaching out to community about your question.

The behaviour for the modal in Mobile is to usually show up from the bottom of the page. So this is normal. Are you seeing the full content of your Modal in Mobile?

Hi @Timi_Owoturo .
Thanks for your reply.

In Mobile View,
If you set the modal property “size” to “large”, it may not show all the content.

Hey @user67 this seems to work with size=“large” on my end (for long content you can scroll within the modal). Im wondering what the structure of your component looks like?