Code Windows don't adapt to Changed Screen Sizes

Hi @charlie!

The code window (One for Parameters, CSS and others), remembers its last position and doesn’t adapt to new screen sizes.

For example, if I work on a large monitor and make the code window larger, it will stay large when I switch to a smaller screen. This would drive the top of it out of viewport, and it is really hard to resize the window in that case.

The window should never be able to move outside of the current viewport.

If this scenario cannot be avoided, the solution could be making the side of the window draggable as well. This way we could have something to grab even if the top is out of the viewport, so we could move it down.

I even had a scenario where the window remembered its position at the bottom of the large '27 screen, being completely invisible later on a '15 screen.

Thank you!