What is the problem?

What is the problem when reducing the screen?
No description
3 Replies
Jakub
Jakub10mo ago
You need to make the layout inside the modal responsive as well
Jakub
Jakub10mo ago
See if this would work
->columns([
'sm' => 3,
'xl' => 6,
'2xl' => 8,
])
->columns([
'sm' => 3,
'xl' => 6,
'2xl' => 8,
])
If these breakpoints will correlate with the size of the modal 🤔

Did you find this page helpful?