I’ve been trying all sorts of ways, but this eludes me. How can I change the panel height property from the tab buttons in the same panel?
Cheers!
Søren
I’ve been trying all sorts of ways, but this eludes me. How can I change the panel height property from the tab buttons in the same panel?
Cheers!
Søren
You mean the navigation’s height ? You can add the follwing css to the panel to do that :
> .panel {
--nav-height:20rem;
}
Sorry, no I was thinking of the height of the whole panel. I’ve tried with JS{{}} in the “height” dialog, but that doesn’t get called :-/
I figured it out in the end Syntax is seriously playing tricks on me! Anyway, for anyone who wants an example, I’ve attached one. Enjoy!
Cheers
SørenPanelTabHeightSwitching.json (5.6 KB)