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 alignment of grid with more than 10 columns

SA-47145

Summary



Incorrect alignment of grid or tree grid with more than 10 columns.




Error Messages



Not Applicable.


Steps to Reproduce



Configure a grid or tree grid with more than 10 columns.


Root Cause



Overflow CSS property is not attached to the layout properly.


Resolution

Perform the following local-change:
  • For grid:
<style>
.layout-noheader-action_area > .layout-body {
overflow-y: auto;
background: white;
}
</style>
  • For tree grid:


<style>

.layout.layout-outline.layout-outline-default > .layout-body{
overflow:auto;
background:white;

}

</style>





Published January 12, 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