jupyter-themes
jupyter-themes copied to clipboard
Horizontal scrollbar can't move to the end.
Among other things...Awesome!(for eyes)
Hmm... can you send me the command (jt -args) you used to install the theme?
jt -t onedork -fs 95 -altp -tfs 11 -nfs 115 -cellw 88% -T
Command I use. Same issue on me.
Even if i move the scroll bar to the end the last character is still covered by the frame.
my command jt -t oceans16 -fs 13 -tfs 13 -nfs 13 -cellw 88% -T -N
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.
I've fixed this for me by changing the custom.css file. In the
div.CodeMirror pre
block, addingpadding-right: 1.5em;
fixes it for me.
Works for me! Thanks!
where can I find the specific custom.css file that has the div.CodeMirror pre block?