WAB Dev 2.19
Lauchpad Theme
Trying to resize an entire custom widget to maximize it's height property. Already attempted to set position{} properties in the config.json with no affect. However if I inspect the widget in DevTools and manually adjust the height value to 80% it looks like what I want but unsure how to achieve this:
<div class="jimu-panel jimu-launchpad-panel" id="widgets_Pega WU Tool_Widget_43_panel" widgetid="widgets_Pega WU Tool_Widget_43_panel" style="inset: 120px auto auto 60px; width: 350px; height: 80%; padding: 0px; margin: auto; z-index: 101; position: absolute; opacity: 1;"></div>
I also tried to implement PanelManger in the Widget.js file itself in an onOpen() function but ran into errors.