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
I tried to add overflow-auto like so
Section::make()
->extraAttributes(['class' => 'overflow-auto'])
->schema([