Support Article
Horizontal scroll bar does not display
SA-100449
Summary
User switches page and returns to the original page. However, the screen adjusts itself and the horizontal scroll bar stops to display. This occurs on the Internet Explorer (IE) browser.
Error Messages
Not Applicable
Steps to Reproduce
Unknown
Root Cause
A defect in Pegasystems’ code or rules. An issue with width calculation on the Internet Explorer (IE) browser.
Resolution
Perform the following local-change:Add the below code to the UserWorkForm:
<style>
.ie11 table.ie-table-fix{
width: 100% !important;
}
</style>
Published April 1, 2020 - 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.