<div style="width: 100%; height: 100%; display: flex;">
<div style="flex-grow: 100; border-radius: 8px; border: solid 1px #E4E4E4; background-color: #F7F7F7; margin: 1em; overflow: hidden; display: flex;">
<!-- Este elemeto esta expandindo -->
<tab-panel style="max-width: 15em; flex-grow: 100; background-color: #F7F7F7; cursor: pointer; overflow: scroll;">
Elementos...
</tab-panel>
</div>
</div>
Well, I do not know what "height" I should set, since flexbox is doing it for me. How to proceed?