Support Article
Scroll bar is missing in dashboard for reports tab
SA-31464
Summary
For one of the user, the scroll bar is missing in the reports tab in Case manager portal.
Error Messages
Not Applicable
Steps to Reproduce
In concourse case management dashboard, on the reports tab, the user is not seeing a scroll bar.
Root Cause
An issue in the custom application code or rules. The position value was static for the user.
Resolution
Perform the following local-change:
Add the following code in the UserWorkForm:
<style>
.ie11 #workarea .static-dc-tab {
position : Absolute !important;
}
</style>
.ie11 #workarea .static-dc-tab {
position : Absolute !important;
}
</style>
Published December 21, 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.