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

Scrollbar does not display on Filter action popup

SA-91559

Summary

Scroll bar does not display on the Filter action popup for Date fields. When the Audit History table contains less information and user filters it by using date, the scroll bar is unavailable to apply the selected filters.



Error Messages

Not Applicable


Steps to Reproduce

  1. Create a dynamic container based layout on the Case Manager portal
  2. Open a new case (which opens on a new tab)
  3. Create a button to launch a flow action on a modal with the AuditHistory section
  4. Click a Filter icon on a table on the AuditHistory section. The Filter action popup does not have a scrollbar 


Root Cause



A software use or operation error. The scroll bar does not populate since the below Cascading Style Sheets (CSS) is overridden in the user application skin: 

body.harnessBody {

overflow: hidden;

}


Resolution



Perform the following local-change: 
Add the below CSS to the application specific CSS stylesheet:

 

body.harnessBody {

overflow: auto !important; 

}


    

Published January 14, 2020 - 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