Support Article
Scroll bars do not display when grid contains more data
SA-67594
Summary
Harness contains a screen layout with a grid configured in it. Scroll bars do not display when the grid contains more data (columns or rows).
Error Messages
Not Applicable
Steps to Reproduce
- Create a new harness with a screen layout in it using Cost Per Thousand (CPM) framework
- Configure a repeating grid that displays more number of rows. The horizontal and vertical scroll bars do not display
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:
Add the below code to wewb.CustomStyle.CSS:
body.screen-alyout-body{
overflow-y:auto !important;
}
Published January 5, 2019 - 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.