Horizontal scrolling kanban

Hello everyone,

I hope this message finds you well. I’m reaching out regarding a minor hiccup I’ve noticed with the functionality of our kanban board. It appears that the horizontal scrolling feature isn’t operating optimally. Currently, users are required to navigate to the bottom of the kanban board in order to access horizontal scrolling, which poses a usability concern.

I’m curious to know if any of you have encountered this issue previously and if so, if you might have any insights or suggestions for resolving it.

Thank you for your attention to this matter, and I appreciate any assistance or guidance you can provide.


Hi @Youssef :wave:

To achieve the desired result, ensure you have a fixed value for the max-width property and the overflow property set to scroll on the parent container of your kanban element.

To learn more about how to use the CSS overflow property to add scrolling features to your web-apps, I suggest looking at these two resources:

  1. MDN’s documentation on overflow
  2. our video about displaying scrollbars with the overflow property