You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clamp scroll offset to prevent scrollbar thumb from going out of bounds (#21378)
# Objective
Fixes a bug where the scrollbar thumb could go outside the scrollbar
area when scrolling very quickly on trackpads.
## Solution
Clamp the scroll offset to the maximum valid range before calculating
the thumb’s position. This ensures the thumb never renders outside the
scrollbar area bounds.
## Testing
Manually verified that the scrollbar thumb stays within the scrollbar
area when scrolling rapidly on a trackpad.
Tested on MacOS (MacBook Pro M1)
0 commit comments