Open JorgeR81 opened 4 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
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.
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.
The scrollbar is activated, when we still have free space in the Controller.
We need to increase the Controller's height ( more than what it should be necessary ) in order to disable the scroll bar.