I have a tab view which is inside a LayoutPane. In that tab view, I have 2 tabs. One tab has 1. Output Panel 2. Button
What I would like to achieve is resize height of Output Panel fit to the panel and Button should be at the bottom.
I'm using PrimeFaces 6.x
Could you please advice is that possible to adjust height of TabView of PrimeFaces? I have applied common ways such as "height: 100%" for tabView level but it doesn't work. When I using F12 to apply styles also not working.
Thanks for your help.