Support Article
Case Manager portal does not render from Chrome 50.0.2661.75 m
SA-64125
Summary
Case Manager portal does not render from Chrome 50.0.2661.75 m version.

Error Messages
Not Applicable.
Steps to Reproduce
Launch the Case Manager portal from Pega 7.4 on Chrome 50.0.2661.75 m version.
Root Cause
iFrame does not consider height as 100% and the browser does not support this.
Resolution
Perform the following local-change:Add the below code in UserWorkForm:
<style>
.iframe-wrapper .bd {
height : 100vh !important;
}
.iframe-wrapper iframe {
height : 100vh !important;
}
</style>
Published September 13, 2018 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.