Posted 24 March 2022, 2:04 pm EST
Are there any wj-tab-panel examples where:
-
The overall tab takes the full height of it’s parent element (which may take the full height of it’s parent etc.)
-
As the height of the parent element changes the representing the tab header stays in place, but the
I’m finding the same issue that bit me with the popup control, i.e. in the source there’s a straightforward structure:
<wj-tab-panel...
<wj-tab ...
<a .. my header
<div ... my content
but when the control is rendered, this is rearranged and there are multiple inserted and rearranged elements.
This leaves me having to guess which ones to target with different selectors to get the overflow and scrolling I want.
It would also be helpful to know if this just isn’t commonly supported - I don’t want to burn a lot of time on it as it’s probably faster to implement from scratch than to experiment.