Overflow draggable

  • For the element that will serve as a container (row or column of a thread), add flex-wrap: nowrap;
  • Then add the overflow-draggable class
  • For child elements, you need to specify width or min-width
  • To apply this only on mobile or tablet:
    • add the overflow-draggable--hide-scrollbar-md or overflow-draggable--hide-scrollbar-lg class
    • ensure the container has flex-wrap: wrap;

overflow-draggable overflow-draggable--hide-scrollbar-lg