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
Describe the bug
When using show_rows with a high amounts of rows, the scrollbar can go past the frame's borders. The part of the scrollbar outside of the frame's borders can't be interacted with. Problem is exacerbated with even more rows + higher row height.
When the window is taller, the problem seems to lessen but it doesn't help that much if you have a high enough row count.
Image of the overflowed scrollbar at the top of the frame:
Image of the overflowed scrollbar at the bottom of the frame:
To Reproduce
Using this code on the latest master:
Describe the bug
When using
show_rows
with a high amounts of rows, the scrollbar can go past the frame's borders. The part of the scrollbar outside of the frame's borders can't be interacted with. Problem is exacerbated with even more rows + higher row height.When the window is taller, the problem seems to lessen but it doesn't help that much if you have a high enough row count.
Image of the overflowed scrollbar at the top of the frame:
Image of the overflowed scrollbar at the bottom of the frame:
To Reproduce
Using this code on the latest master:
Expected behavior
The scrollbar should remain in the frame without causing visual incongruencies
Additional context
This was tested on the latest master
The text was updated successfully, but these errors were encountered: