Support Article
After upgrade to Pega 7.2 horizontal scroll bars appear
SA-45359
Summary
After upgrading to Pega 7.2.2, a horizontal scroll bar appears on the portal. This behavior is observed only in the Internet Explorer browser.
Error Messages
Not Applicable
Steps to Reproduce
- Upgrade from Pega 7.1.9 to Pega 7.2.2
- Log in to the portal using the Internet Explorer browser
Root Cause
A defect in Pegasystems’ code or rules. The Dynamic layout with flex configuration caused scroll bars to appear in the Internet Explorer.
Resolution
Perform the following local-change:Add the below script in the HTML fragment UserWorkForm:
<style>
.ie11 table.ie-table-fix {
width: 100% !important;
}
</style>
Published October 27, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.