NO BUG: Issue with nested Tabs, first content displayed in all content tabs

Hey Peter,
I found the cause of the problem: you have set the “Nabidky” content wrapper to display: flex. This causes a problem because the tab content is hidden and displayed with display: none and display: block. If it is set to flex throughout it cannot work.

The solution is simple: I wrapped the code block with a block and inserted the flex styles. Now it works as it should.

Best regards,
timmse

1 Like