Question
1
Replies
72
Views
NJCourts
Posted: January 16, 2020
Last activity: January 17, 2020
Closed
Pega 8.2.2 - The Vertical Scroll bar is not displayed for the Pega Default sort and filter in Google Chrome
Hello Everyone,
Is there any hotfix or solution for the scroll bar is not showing if there are more results for the Pega Sort and Filter modal window. It is working in Agile Studio and not in Pega 8.2.2. Below are the screenshots.
Thanks and Regards,
Hemanth Karumuri.
***Moderator Edit-Vidyaranjan: Updated Platform Capability***
Could you add below code in UserWorkForm and see if it helps:
modal-scroll-panel {
position: static !important;
overflow: visible !important;
}