FilamentF
Filament2y ago
mxc

Modal Dialogue with scrollbars?

Hi all,

I have a modal dialgue with a form with a repeater element. If the user adds a number of items via the repeater it get expanded below the bottom of the screen. Is there a way to add a scrollbar to the modal dialogue in filament3?

Thanks
Solution
So scrollbars do not exist in modals as the page scrolls. But you can use:

->slideOver() which will give you scroll bars and a slide over from the right.
Was this page helpful?