FilamentF
Filament2y ago
21 replies
kekitek

Avoid Section to break and add horizontal scrollbar

I don't want my section to break and instead add a horizontal scrollbar, but I can't get this to work.
I tried to add overflow-auto like so

Section::make()
  ->extraAttributes(['class' => 'overflow-auto'])
  ->schema([
Was this page helpful?