notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Disable input cell scrolling.

Open jad2192 opened this issue 7 years ago • 9 comments

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. jupyterscroll

jad2192 avatar Jun 07 '17 18:06 jad2192

:confused: I didn't think we had an option to do that.

takluyver avatar Jun 08 '17 14:06 takluyver

@takluyver I think it is something screwy from google chrome, it doesn't happen in edge.

jad2192 avatar Jun 08 '17 15:06 jad2192

Super annoying. I worked around it by adding this to custom.css:

.CodeMirror-scroll { overflow: visible !important; }

waynebliu avatar Mar 26 '18 15:03 waynebliu

@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.

jad2192 avatar Mar 26 '18 15:03 jad2192

Hope this gets fixed soon

JaeDukSeo avatar Sep 02 '18 15:09 JaeDukSeo

Closing and reopening the browser (chrome) worked for me

LeviZell avatar Oct 21 '18 19:10 LeviZell

Is there a way to enable this kind of scroll behaviour? I would like to have vertical scroll for my blocks of code.

datainvestor avatar Oct 18 '19 10:10 datainvestor

I would also like to enable this.

Unknow0059 avatar Jul 21 '20 19:07 Unknow0059

so is there now a way to enable it?

FatihMercan61 avatar Jun 15 '22 21:06 FatihMercan61