jupyter-themes icon indicating copy to clipboard operation
jupyter-themes copied to clipboard

Horizontal scrollbar can't move to the end.

Open ghost opened this issue 6 years ago • 7 comments

2018-07-03_233905

Among other things...Awesome!(for eyes)

ghost avatar Jul 03 '18 15:07 ghost

Hmm... can you send me the command (jt -args) you used to install the theme?

dunovank avatar Jul 24 '18 16:07 dunovank

jt -t onedork -fs 95 -altp -tfs 11 -nfs 115 -cellw 88% -T

Command I use. Same issue on me.

arthurire avatar Aug 08 '18 02:08 arthurire

image Even if i move the scroll bar to the end the last character is still covered by the frame.

arthurire avatar Aug 17 '18 03:08 arthurire

my command jt -t oceans16 -fs 13 -tfs 13 -nfs 13 -cellw 88% -T -N

ghost avatar Sep 06 '18 05:09 ghost

I've fixed this for me by changing the custom.css file. In the div.CodeMirror pre block, adding padding-right: 1.5em; fixes it for me.

svalentin avatar Sep 19 '18 02:09 svalentin

I've fixed this for me by changing the custom.css file. In the div.CodeMirror pre block, adding padding-right: 1.5em; fixes it for me.

Works for me! Thanks!

arthurire avatar Sep 27 '18 09:09 arthurire

where can I find the specific custom.css file that has the div.CodeMirror pre block?

chul0717 avatar Feb 03 '20 20:02 chul0717