Filament v3: Adding overflow/scrollbar to forms

Hey folks 👋 I’m trying to add a scrollbar inside a Filament v3 form section, but I can’t figure out how to do it since the form builder doesn’t let me directly apply custom CSS like overflow-y-auto. I am using a GRID.
1 Reply
Mohamed Ayaou
Mohamed Ayaou•2mo ago
You can target the form with custom CSS in you them file (needs a custom theme) the resource page will have class in the parent elements to target it with

Did you find this page helpful?