What is the problem?

What is the problem when reducing the screen?
No description
3 Replies
Jakub
Jakub2mo ago
You need to make the layout inside the modal responsive as well
Jakub
Jakub2mo 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 🤔