Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104334
    Andreas Boos
    Participant

    Hi,

    I’m testing the Kanban component, Javascript version, and I would like it to be responsive when on mobile devices so that the columns don’t generate horizontal scroll. I plan on using it on tablets (iPad Air and Samsung 8″) and horizontal scroll doesn’t look good. What would you recommend I do to have the columns have sizes based on the available space?

    • This topic was modified 1 year, 2 months ago by Andreas Boos.
    #104337
    Andreas Boos
    Participant

    Hi.

    I could fix it this assigning width and height with ‘inherit’ value at <smart-kanban> tag.

     

    <smart-kanban style=”width: inherit; height: inherit;”> ….

     

    Solve my problem.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.