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

Horizontal scrollbar appears in IE11 after upgrade to Pega 7.2.2

SA-36354

Summary



After upgrading from Pega 7.2.1 to Pega 7.2.2, an extra horizontal scroll bar appears on the screen. This is observed only in Internet Explorer 11 (IE11) browser.


Error Messages



Not Applicable


Steps to Reproduce

  1. Use a layout group configured with a Grid
  2. Launch the screen

Root Cause



The below code is present in Pega 7.2.2 to handle some scenarios in IE11, where a scrollbar is forced. This is introducing an extra scrollbar for users.

.ie11 .content-layout-group> .layout > .layout-body{
overflow:visible;
}

Resolution



Implement the below local-change.

Create a CSS file with the contents as below and use it in the Harness Scripts and Styles tab OR use the below code in the UserWorkForm within style tags


.ie11 .content-layout-group> .layout > .layout-body{
overflow:auto !important;
}

Published April 24, 2017 - 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