Pega Mashup does not resize after expand
Hi all,
my embedded mashup does not resize the window height, after I expand a collapsable layout.
It creates a second vertical scrollbar. I have already read some solutions about to set the overflow style=hidden, but in opinion it isn't a clean solution. In the mashup configuration the data-pega-resizetype is set to "stretch", but it doesn't resize after I click on the expand icon. In the UserWorkForm I have added following script, but it hasn't any effect.
pega.u.d.attachOnload(function(){
pega.u.d.mashupResizeHandler();
},true);
}
Have you got any ideas? Thank you.