Question
BPM Company
NL
Last activity: 8 Apr 2020 4:40 EDT
Pega Mashup incorrect resizing custom login screen
We are launching a custom version of the login page 'Web-Login' (original ruleset: 'Pega-EndUserUI') in an iframe by mashup. I see that the iframe height is default set to 400px by the js rule: 'PegaCompositeGadgetMgr' (RS: Pega-UIEngine:08-03-01) on line 3418. This rule is referenced by activity: 'pzIncludeMashupScripts' (RS: Pega-UIEngine:08-02-01)-> Activity: 'PackagePegaWebJS' (RS:Pega-ProCom:08-01-01).
This height of 400px is not enough to fit our content on the page. We need at least 800px of height. I am not able to override this height property because it is an inline heigth. Overriding with css using !important is a not an option for us.
Is it possible to change the value of this attribute to 800px?
***Edited by Moderator Marissa to update platform capability tags****