Scroll-position adjustments break button interaction
Some of the scroll-position adjustments, like when focusing a text area or when collapsing/expanding files cause the UI to miscalculate the current cursor position. This leads to not being able to click buttons or interact with other clickable elements, the cursor appears to hover over an element that is offset by some amount.
For now I work around by manually scrolling slightly up/down with the mouse scroll-wheel, which seems to reset where the browser thinks the mouse cursor is.