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 bar does not display for modal overlay

SA-79681

Summary


 

Scroll bar does not display for modal overlay.



Error Messages


 

Not Applicable

 

Steps to Reproduce

  1. Configure a button with Launch Local Action as the modal dialog
  2. Configure a button with Launch Local Action as overlay at the end of the modal dialog content
  3. Add the radio button control and configure onchange to refresh the content to add more content in the overlay content. The content is cropped, on change of radio button, at runtime

Root Cause


A defect in Pegasystems’ code or rules. 


Resolution



Perform the following local-change: 
  1. Specify a custom-format for the overlay in the local action configuration to apply changes to overlays containing dynamic content

    For example,
    My-custom generates a class for overlay at runtime.


     
  2. Use the below style in the UserWorkForm: 
    <style>
      div#_popOversContainer > div.pz-po-c-my-custom{
           height: 414px; 
           overflow-y : auto;
      }
    </style>


    The height can be changed according to the requirement.


    
    





 

 

Published May 17, 2019 - 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