Support Article
Scroll bar is not available on the screen
SA-10366
Summary
Scroll bar is not available on the screen. User has a section with eight columns that is displayed based on the value selected from the prompt select value. When the prompt select value that meets the visible condition of the section is met then this section is getting displayed without any scoll bar at the bottom because of which two columns on the right side are not available to the user to enter the details.
Error Messages
Not Applicable.
Steps to Reproduce
Create a section with a prompt select. Based on the prompt select section values are displayed.
ROOT CAUSE
The root cause of this problem is software use/operation error.
Based on the value selected user displays a section containing the columns which is included in the prompt select section.
On enabling Defer Load check box for the Section Include solves the issue partially. But on resizing the left panel still the scroll bar is not available.
Resolution
This issue is resolved through the following local-change:
body.harnessBody
{
overflow-x:auto !important;
}
Published June 12, 2015 - 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.