Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Scroll bars not visible in Review harness

SA-17243

Summary



Developer reported that there are no scroll bars for the service requests in the Review harness of the CSR portal when it is opened in Internet Explorer 11.
This problem occurs using 
CPM for Healthcare Member Services Framework 7.6 for PRPC 6.3 SP1.

Error Messages



Not Applicable


Steps to Reproduce



Open the service request and check the Review harness of the servie request. The scroll bar does not display.


Root Cause



An issue in the custom application code or rules 

On debugging the issue, we found that overflow CSS attribute for Body.harness style was getting overridden to hidden instead of auto.


Resolution



Perform the following local-change: 

Override the CSS style Body.harness in the user custom CSS with the following code snippet:

Body.harness {

    overflow: auto !important;
}
 

Published March 24, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us