Hi there,
Is it possible to display the tabs on a smaller screen on the next line? Instead of a scroll bar?
See screenshot.
Kind regards.
Chris
Hi there,
Is it possible to display the tabs on a smaller screen on the next line? Instead of a scroll bar?
See screenshot.
Kind regards.
Chris
Hey Chris,
If you using the Navigation Inline element, please set the Flex Shrink to 1 then enable the Wrap Children option.

Hope this helps.
Hi @MooiInMaatwerk,
Thank you for the screen recording, please add this to your Tabs Element CSS area.
$el .x-tabs-list ul {
flex-wrap: wrap;
}
More details about Flexbox here.
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.