Minor UX - outputs push 'cell of interest' out of window

Whenever I want to “run all above selected cell,” it’s usually because I am working on a particular step in the code and I want to see if what I did above/ behind it fixes it. Let’s call this the cell of interest

However, when I run the cells above it, the cell of interest often gets pushed way out of my window and I have to find it again. The less familiar I am with the code, the harder it is to find the cell of interest again. Especially if I did not write the code in the first place.

Potential solution - lock the window on the selected cell until user either scrolls or keyboards?

Also, why is it exclusively “all above selected cell” as opposed to inclusive? I always end up shift+enter’ing by habit.