We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There seems to be a bug in the modal component on iOS. It is present in both iOS and Material theme when viewed on an iOS device.
The parents layout is being displayed over the modal, but it should be underneath it. Also scrolling is glitchy and not 'locked' inside the modal.
I can confirm:
See screencast of the modals behaviour here: https://giphy.com/gifs/GCJMZ52ZPa9zy
Let me know if I can help debug this issue any further.
The text was updated successfully, but these errors were encountered:
Will look into it.
Sorry, something went wrong.
fix: Modal overlay / scroll issue on iOS #313
688f4fb
Fix available in Quasar edge. Will also be available on next Quasar version. Thank you so much for reporting this!
Awesome! Any details on why this was only occurring on iOS devices? I'm curious.
Main reason would be that iOS safari sux bad. It's the new IE. It isn't compliant regarding z-index in certain situations.
z-index
No branches or pull requests
There seems to be a bug in the modal component on iOS. It is present in both iOS and Material theme when viewed on an iOS device.
The parents layout is being displayed over the modal, but it should be underneath it. Also scrolling is glitchy and not 'locked' inside the modal.
I can confirm:
See screencast of the modals behaviour here: https://giphy.com/gifs/GCJMZ52ZPa9zy
Let me know if I can help debug this issue any further.
The text was updated successfully, but these errors were encountered: