Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Kanban › Mobile Responsive Kanban › Reply To: Mobile Responsive Kanban
February 1, 2023 at 2:23 pm
#104337
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.