Not all On-call schedules are loading when zoomed out in web browser (eg. Chrome zoomed at 75%)Issue STEPS TO REPRODUCE/OBSERVE BEHAVIOR:0. open Chrome and zoom out to 75% 1. hop to an OOB instance (tested in Xanadu OOB) with On-call Scheduling installed 2. create 40+ On-call schedules 3. open all on-call schedules: /$oc_groups.do Desired BehaviorAll Schedules should be loaded or continues to be loaded when scrolling down. Unexpected/Actual BehaviorNot all Schedules are loaded and there's no scroll bar to load the rest.ReleaseXanadu, YokohamaCauseLoading the on-call details for each group requires significant computation, so initially, only 20-21 group cards are loaded on the "On-Call Schedules" page. As the user scrolls down, the next 20-21 cards will load dynamically. This works well on standard resolution screens, but on larger screens, all 20-21 cards may load in small space at once without need for scrollbar, which can cause issue. To address this, customers can increase the initial load limit, ensuring the scroll functionality remains available.ResolutionCreate a new system property, "com.snc.on_call_rotation.landing_page.group_limit", and set its value to the number of On-call groups you can fill up to the bottom on your screen on your selected resolution - for example, 7 x 6 = 42 for Chrome zoomed out to 75%.