I seem to have an issue with `tabPanel` as it inse...
# kvision
j
I seem to have an issue with
tabPanel
as it inserts a
div
to contain each of the tab’s contents. My purpose is to have a tabbed UI that matches the browser window size, by using
Copy code
height = 100.pc
Said
div
seems to break this discipline by allowing the contained element to grow in an unbounded fashion. I believe this would be solvable if, somehow, we would be able to style it. Any help? TIA!
r
Unfortunately there is no simple way to access this component (it's protected member of the TabPanel class)
The only way to style this
div
currently is by using external CSS classes or kvision style objects.
j
Thank you for your quick reply! I will try to use your suggestion and will report back.
To make matters worse,
100.pc != 100.perc
😖 Now I’m getting the hang of it.