Support Article
Scrollbar not visible Post Thread Sync Hotfix deployment
SA-21174
Summary
Scrollbar not visible Post Thread Sync Hotfix deployment
After deploying the hotfix (DL-51165), the scroll bar disappears during application data entry in the CaseManager/TeamLead portals.
Error Messages
Not Applicable
Steps to Reproduce
Not Applicable
Root Cause
A defect or configuration issue in the operating environment : A Hotfix HFix-10172 HFix-10172 was present, which was identified to cause this behaviour.
Resolution
Perform the following local-change:Added below script to the UserWorkForm Rule
<style>
.harnessBody {
overflow: auto !important;
overflow-x: auto !important;
overflow-y: auto !important;
}
</style>
Published March 23, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.