themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.78k stars 396 forks source link

fix(modal): modal overflowing bottom in chrome on ios #1270

Closed DaniloSI closed 4 months ago

DaniloSI commented 5 months ago

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.

Current Fixed
IMG_3639 IMG_3638
stackblitz[bot] commented 5 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flowbite-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 1:13pm
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.51%. Comparing base (7461173) to head (b454afb). Report is 199 commits behind head on main.

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.