How to make a section horizontally scrollable?

Is it somehow possible to make a section horizontally scrollable? The reason is I want the layout to stay the same on smartphones, because otherwise it would be hard to read.
2 Replies
LeandroFerreira
->extraAttributes(['class' => 'overflow-x-auto'])
->extraAttributes(['class' => 'overflow-x-auto'])
?
TheNastyPasty
TheNastyPasty5w ago
Thanks added it but still everything breaks? This is how my section looks
Section::make()
->extraAttributes(['class' => 'overflow-x-auto'])
->visible(true)
->schema([
// Repeatableentries
])->columns(8)
Section::make()
->extraAttributes(['class' => 'overflow-x-auto'])
->visible(true)
->schema([
// Repeatableentries
])->columns(8)