Support Article
Additional vertical scroll bar displays in a Tabbed layout
SA-56281
Summary
On adding multiple tabs in a Tab layout, a vertical scroll bar displays. On opening a case, two scroll bars display, one for the Tab layout and the other is expected.
Error Messages
Not Applicable.
Steps to Reproduce
- Configure a tab layout which has harness in the first tab and a dynamic container with Size to content unchecked
- Log in to the Case Worker portal
- Open multiple tabs
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:
Use the below code snippet in UserWorkForm:
<style>
.ff #workarea .static-dc-tab, .wk #workarea .static-dc-tab, .wk #workarea .tabContent .dynamicContainer, .ie11 #workarea .static-dc-tab, .ie11 #workarea .tabContent .dynamicContainer, .edge #workarea .static-dc-tab {
position:relative !important;
}
</style>
Published May 17, 2018 - 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.