NO BUG: Changing style on a nestable tab pane shows the content from other panes

Hi Simon,
Thank you very much for your report!

The tab content pane is visible or hidden by display: block or display: none. If you set the display property to flex, it’s always flex (and visible).

However, you can insert another block or div element inside the pane and set it to display: flex to align the content.

Best regards,
timmse