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 is not visible in modal dialog in Firefox

SA-28405

Summary



Scroll bar is not visible in modal dialog when using Firefox version 38.0.


Error Messages



Not applicable


Steps to Reproduce

  1. Click on work object.
  2. From other actions tab, click on either Edit SOV/View Other Versions.
  3. Double click on the locations to open up the Popup.
  4. Observe: The Scroll bar is not visible even for the large data.


Root Cause



The root cause of the issue is custom skin css styles which are overiding the default modal dialog styles.

Resolution



A script was provided which sets the height to 400px for modal dialog this would enable the scroll bar to appear.

This script is placed in a non auto generated section and inlcuded in modal dialog section.

Below is the script.
-------------------------------------------------------------------------
<style>
#modaldialog .bd.customExpandInnerDivStyle{
height : 400px; !important;
}
</style>
-------------------------------------------------------------------------

 

Published October 7, 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