-
Notifications
You must be signed in to change notification settings - Fork 20
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
Not visible on small screens #40
Comments
Thanks for the report. Do you experience the same behavior on other small screens? |
Thanks for the info. I'll try to take a look this weekend. Is your project in a public place where I can try it out? Thanks. |
I just tested it with iPhone 6S using Safari, Chrome and Firefox, and it is the same behavior. So it seems to be a problem related to small screens. You can test it from this link: https://dev.smorder.at/web/login |
Btw, we are using version |
Same here on my Ipad.. I think there is a CSS (transform) problem. Couldn't figure it out. |
This is the fixed I used for this
|
I'm using
react-router-modal
in my project, and so far it seems to work fine everywhere I tested. Except it doesn't seem to work on Safari in iOS12. Please note that I did not test it with earlier versions of iOS or with a MacOS. The component that I have given toModalRoute
includes text fields, and basically the text fields are present there, but nothing is visible.The text was updated successfully, but these errors were encountered: