Support Article
Horizontal scroll bar does not display in Case manager portal
SA-60582
Summary
Horizontal scroll bar does not display in the Case manager portal. As a result, unable to scroll the screen to view all the columns.
Error Messages
Not Applicable.
Steps to Reproduce
- Log in to the Case manager portal
- Create a report in the portal with 15 or more columns
- Run the report. The horizontal scroll bar does not display
Root Cause
The overflow-x Cascading Style Sheets (CSS) attribute is missing in the DisplayReport harness.
Resolution
Perform the following local-change:Add the below CSS attributes in UserWorkForm:
<style>
.flex.screen-layout-header_left > .screen-layout-region-main-middle {
overflow-x:scroll !important;
}
div#PEGA_HARNESS{
overflow-x:scroll !important;
}
</style>
Published September 19, 2018 - 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.