Hi everyone,
I'm using the Kanban component (React), and I’ve noticed that it resizes responsively based on screen size. However, on smaller screens, the columns become too narrow, making it difficult to read the cards.
I’d like to know if there’s a way to:
-
Set a minimum width for each column (e.g., 300px);
-
Enable horizontal scrolling when the board overflows the screen, instead of squeezing the columns.
I tried applying min-width via CSS to .e-kanban-column, but it seems the component’s internal layout prevents horizontal scrolling from working properly.
Is there any recommended approach to handle this?
Thanks in advance for any help! 🙌