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

Hide the horizontal scroll bar when browser window is resized

SA-30781

Summary



When user resizes the browser window, then it is displaying the horizontal scroll bar. However as per user standards, they do not want to display the scroll bar when browser window got resized.

Error Messages



Not Applicable


Steps to Reproduce



 Configure a form.


Root Cause



A software use or operation error : User requirement.

Resolution



Perform the following local-change: 

After applying the below local change in UserWorkForm, now it is displaying as expected:


<style>
  
@media only screen and (max-width: 500px) {  

    Body.harnessBody {
       overflow-x: hidden !important;
    }
}

</style>

Published November 28, 2016 - 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