DEV Community

[Comment from a deleted post]
Collapse
 
jeoanand profile image
Anandakumar • Edited

Thanks, I have struck around the flex alignment. Content hiding the screen.
.modal {
display: flex;
}

.modal__main {
margin: auto;
}
it work's for me.