modal
modal copied to clipboard
Replaces `min-h-screen` with `min-h-dvh`
Utilizing DVH (Dynamic Viewport Height) will result in consistent results for showing the modal in mobile phones.
Currently, the modal on mobile screens is getting cut at the bottom when the address bar is showing but this PR will make sure the modal is inside the viewport.
Actually, this PR resolves #91