I have a complex app layout with components laid out inside of pn.Tabs. I’ve noticed that when I have a FlexBox and a Holoviews pane within a tab, I can’t seem to reactively resize the components within react.main (e.g., the resize icon is non-functional).
Additionally, there seems to be extra space below the FlexBox that I would like to collapse.
The column and the tabs follow the stretch width mode. I think you need to put stretch_both in the global sizing mode or put stretch both in the column and tabs that wrap your plot.
Hi @nghenzi! Thanks for the reply. Adding sizing_mode=‘stretch_both’ to either the Column, Tabs, or both doesn’t seem to fix the extra space issue. I also tried changing the sizing_mode within pn.extension with no luck. And the inability to resize the components remains.
Thanks @Marc, this is exactly what I needed as a workaround for the extra space issue. I’ll file a bug report soon.
On my end, I still have the issue where the resizing handles for the window are non-functional… do you notice this on your end? I wonder if it has something to do with this warning message that I see in the console?