blade section component scrollable

Hi, how can i make the blade section component scrollable with fixed width?
I am writing a chat funcion for my app and want it to make the chat scrollable, instead of an infinite long section component.
Solution
Hey!

Depending on your setup:

If you have a custom Filament page you need theming (https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme)

If you have a custom Livewire section you need to make sure tailwind is configured properly (included the filament styles, included app.css).
Was this page helpful?