-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
fix(modal): modal overflowing bottom in chrome on ios #1270
fix(modal): modal overflowing bottom in chrome on ios #1270
Conversation
Run & review this pull request in StackBlitz Codeflow. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1270 +/- ##
==========================================
- Coverage 99.54% 95.51% -4.04%
==========================================
Files 163 217 +54
Lines 6621 9633 +3012
Branches 401 554 +153
==========================================
+ Hits 6591 9201 +2610
- Misses 30 432 +402 ☔ View full report in Codecov by Sentry. |
bb153ce
to
c5d0a53
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
modal overflowing the bottom in chrome on ios due to not using dynamic viewport units
c5d0a53
to
b454afb
Compare
Modal overflowing the bottom in chrome on ios due to not using dynamic viewport units.
I fixed this problem in my personal project by changing the inner prop of modal's theme. This answer helped me.