-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make long modals scroll? #32
Comments
@yuanyan I second this. |
Write another Modal component for yourself or use another library ✌️ |
@THPubs Like any other container you can apply overflowy:auto, and it allows a scrollbar. You'll need a height set for it to work. |
@THPubs I fixed this issue for Drop, Wave and Outline modals in my fork: https://github.com/josuemontano/boron. Hope to make a PR soon. Using that branch, you gotta set a max height for your modal:
|
I included a signup form in the modal and in small (HD) screens and below it goes beyond the screen and I can't scroll it. How to fix it?
The text was updated successfully, but these errors were encountered: