Auto height problem into multiview of a tabbar

Hi!
My problem is the folllowing: https://webix.com/snippet/aeeef1a7
the content of the tabbar take the whole height of the page. I want that the heigth fit just to the height of the content.

I found another thread about the same issue but the solution (put all into a div) didn’t work because I’m generating all my card.

Thanks in advance!

Best regards,

Edit: the issue is more visible with only 2 card
https://webix.com/snippet/2fc4ac84

Hello,

For your use case you can set some fixed height to templates with divider lines “< hr / >”:

Check the following snippet, please: https://webix.com/snippet/c0c2bcda

Thats nice!
Thanks for your solution!