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

Scrollbars missing in main screen after opening a modal dialog

SA-60831

Summary



Vertical and horizontal scroll bar does not display in the main screen after opening a modal dialog which opens for adding a new record in the repeating grid.


Error Messages



Not Applicable.


Steps to Reproduce

  1. Create a repeating grid
  2. Navigate to the Operations Tab > row editing > click 'Master detail'
  3. In display details select 'Modal dialog' and in the template name select 'pzGridModalTemplate'
  4. In the Modal Format, select “standard”.
  5. Navigate to Details > flow action > give the 'Flow action' name
  6. Click 'Add item' in the repeating grid. A modal dialog opens with the Cancel, Previous, and Add buttons
  7. ​​​​Click the Add button in the modal dialog. A row adds to the repeating grid
  8. Double click the row added in the grid. The modal dialog opens
  9. Click the Add button and without entering any data close the modal dialog


Root Cause



The harnessBody and DIV.harnessContent Cascading Style Sheets (CSS) is missing after closing the modal dialog.


Resolution

Perform the following local-change: 

Add the below code in UserWorkForm:


.harnessBody{
overflow:auto!important;
}



 

Published September 20, 2018 - 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