BlakeRhodes / rotato

This is a pairing program to aid those who are pairing up.
https://www.rotato.dev
MIT License
1 stars 3 forks source link

Vertical scrollbar shouldn't mess with the styling #33

Closed giunto closed 3 years ago

giunto commented 3 years ago

When many items have been added and the display is larger than the actual screen size, the vertical scrollbar appears and resizes all of the existing items. I think it would look nicer if the position and size of the items stayed consistent.

My preferred solution is to remove the vertical scrollbar entirely, but if there's a use case where the vertical scrollbar is necessary, then the vertical scrollbar shouldn't affect the sizing of any items.