How to reproduce:
1. Open the attached "DictTest" project
2. Go to Window -> IMGUI Dict Window Test
3. Populate it with a large number of entries (e.g. 15)
4. Size the window to a smaller/shorter height (not maximized)
5. Scroll the list all the way down using the scrollbar
6. Observe the results
Expected results: Scrolling to the bottom of the scrollbar always reveals the actual last row, regardless of window size
Actual results: At smaller window heights, the scrollbar reaches its maximum position while rows near the end of the list are still off-screen and unreachable; the same list becomes fully scrollable
Reproducible with: 6000.6.0b7, 6000.7.0a4
Can't test with: 6000.0.81f1, 6000.3.17f1, 6000.5.7f1,
Reproducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
Note: Although making the window taller fixes the bug, it is reproducible on the adequate window sizes