modal in mobile
When opening a long form in a modal on the phone, the modal overflows but I can't scroll with my finger to see the rest of the form. Does anyone know how to solve it?
8 Replies
Same issue did you solve it
The problem for me is only in production in local work well
Pretty sure this was fixed in https://github.com/filamentphp/filament/releases/tag/v3.2.25 - what version are you on?
GitHub
Release v3.2.25 · filamentphp/filament
What's Changed
Modal refactor by @danharrin in #11257
feat: Make the ID of the record unique by @bzy107 in #11259
feature: Allow components to be cached by @danharrin in #11258
feat: add examp...
please run
npm run build
after updating to the latest version of course.
That should be part of your deployment pipeline, but yes also build for production.
Please for me is still the same issue how to solve it where is in mobile version and modal is open doesn't let me scroll to see the rest of the modal
This is an example from my client