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

Incorrect display for flexbox layouts (IE browser)

SA-43405

Summary



Internet Explorer 11 browser does not display Flexbox layout sections correctly.

Sections are rendered with horizontal overflow that goes behind other sections.


However, this displayed correctly in Chrome browser.


Error Messages



Not applicable


Steps to Reproduce



Configure Dynamic layout with Flexbox mode.


Root Cause



Flex layout in Internet Explorer 11 is supported however, there are limitation with respect to Internet Explorer browser wherein it does only partial support for Flex containers.

Refer Caniuse website on Flexbox's support for Internet Explorer and Chrome browsers.

Resolution



Perform the following local-change:

Use Inline layout instead of Flexbox

(Or)

Use the below code snippet in the UserWorkForm.


<style>
.flex.layout-content-default {
display:block !important;
}
</style>
<script>
$().ready(function(){
$(".harnessContent").find(".flex").removeClass("flex");
});

</script>

Published January 3, 2018 - Updated October 8, 2020

Was this useful?

50% 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