notebook
notebook copied to clipboard
Disable input cell scrolling.
I somehow enabled input cell scrolling and can't figure how to disable it. It is annoying because it only allows me to view one line of code at a time unless I add many blank lines at the bottom. See attached image.
:confused: I didn't think we had an option to do that.
@takluyver I think it is something screwy from google chrome, it doesn't happen in edge.
Super annoying. I worked around it by adding this to custom.css:
.CodeMirror-scroll { overflow: visible !important; }
@waynebliu, It has self corrected on my comp, but I'll keep this in mind if it happens again, thanks!
PS. I am not positive but I suspect it may have to do with dpi scaling when switching between an extended monitor and high dpi laptop screen.
Hope this gets fixed soon
Closing and reopening the browser (chrome) worked for me
Is there a way to enable this kind of scroll behaviour? I would like to have vertical scroll for my blocks of code.
I would also like to enable this.
so is there now a way to enable it?