chrisgoringe / cg-controller

MIT License
30 stars 3 forks source link

[ bug ] The scrollbar is activated, when there is still free space. #344

Open JorgeR81 opened 4 hours ago

JorgeR81 commented 4 hours ago

The scrollbar is activated, when we still have free space in the Controller.

sb1


We need to increase the Controller's height ( more than what it should be necessary ) in order to disable the scroll bar.

sb2

LukeG89 commented 3 hours ago

That's because there is space at the bottom that makes windows still scrollable.

https://github.com/user-attachments/assets/800dc05c-b8fe-4091-abb6-40577757616c

JorgeR81 commented 1 hour ago

That's because there is space at the bottom that makes windows still scrollable.

This space could probably be reduced, to be just a few pixels.

chrisgoringe commented 1 hour ago

There is a trade off here. That space is required to prevent a feedback loop when resizing an internal element in a scrollable space (a notoriously tricky ui issue).

It can probably be shrunk a little safely.