Question
9
Replies
2321
Views
Capgemini America Inc
Posted: December 27, 2017
Last activity: October 26, 2018
Closed
Solved
Scroll bar(vertical) missing after Pega version applciation update from 7.2.1 to 7.3.1
We have updated the Pega version from 7.2.1 to 7.3.1 for my application after which the vertical Scroll bar are missing when user launches a portal. When I run the primary section referenced in the harness of the user portal standalone, I am able to see the scroll bar but when I launch the user portal, the vertical Scroll bars are missing. Any suggestions on this?
***Edited by Moderator Marissa to update categories***
Hi,
Can you please try the below code in userworkform.
<style>
div[node_name="SectionName"]{
overflow-y:scroll !important;
}
</style>
Please share us the screenshots of the section at runtime in case the above solution does not work for you.
Regards,
Rachit