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

Unable to scroll horizontally in a report

SA-72411

Summary



After applying the below code, unable to scroll horizontally in a report.

<style>
DIV.harnessContent {
    overflow-x: hidden !important;
}
</style>



Error Messages



Not Applicable


Steps to Reproduce

  1. Install Pega Sales Automation for Financial Services (FS) with some data.
  2. Add the below CSS code in the UserWorkForm rule:

    <style>
    DIV.harnessContent {
        overflow-x: hidden !important;
    }
    </style>

     
  3. Open a report with multiple columns.


Root Cause

A defect in Pegasystems’ code or rules.


Resolution



Perform the following local-change:

Add the below CSS in UserWorkForm rule.

<style>
DIV.harnessContent{
    width:100 vh !important;
}

Div#HARNESS_CONTENT.harnessContent.harness-content-workarea-view {
    overflow-x:hidden !important;
}
</style>

Published February 23, 2019 - Updated December 2, 2021

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