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

UI alignment issue in IE browser

SA-82326

Summary



In the Internet Explorer browser, a table overlaps the content in a grid. This works correctly in the Chrome browser.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a section.
  2. Insert a dynamic layout (DL1) with a header.
  3. In the above DL1, insert another dynamic layout (DL2) with custom container type and optimized code.
  4. Add a table below DL2 but inside the DL1.
  5. Make the table fit content. The table overflows from the DL1 in the Internet Explorer browser and overlaps with the content on the right.


Root Cause



Overflow property was not applied to the table in the Internet Explorer browser. Grid incompatibility in the Internet Explorer browser.


Resolution



As a local-change, include the below code in the UserWorkForm:

<style>
   /*Handle the grid overflow issue in IE*/
   /*<!--[IE]-->*/
   div.layout-body.clearfix div.content.layout-content-stacked.content-stacked.clearfix div.content-item.content-sub_section.item-1 {
        overflow-x: auto !important;
      }
</style>

Published August 15, 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