Open
Description
Description
When attempting to scroll up in a Jupyter notebook, the view automatically bounces back down to the current position. This prevents the user from reviewing earlier cells or content above the current view.
Reproduce
- Open a Jupyter notebook.
- Execute a few cells to create scrollable content.
- Attempt to scroll up to view earlier content in the notebook.
- Observe the behavior: the view bounces back to the current execution cell.
Expected behavior
It should let me scroll up.