Support Article
Vertical and horizontal scrollbars do not display in report
SA-81777
Summary
Pega application is installed with Know Your Customer (KYC) for Financial Services 8.2.
On clicking any report, the vertical and horizontal scrollbars do not display in the Report browser.
Error Messages
Not Applicable
Steps to Reproduce
Click any report on the KYC Manager portal.
Root Cause
An issue in the custom application code or rules.
An overflow style attribute was not defined.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm:
<style>
{
#PEGA_HARNESS[node_name="DisplayReport"]
{
overflow-x : auto ! important;
overflow-y :auto !important;
}
}
</style>
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.