Jupyter-themes: Toolbar background not visible

Created on 30 Nov 2018  路  8Comments  路  Source: dunovank/jupyter-themes

Hi!
See the attached images.
_2018-11-30_21-23-27
_2018-11-30_21-23-45

I upgraded to the latest version v0.20.0.
When scrolling, the background of the toolbar disappears.

I had set following command:
jt -t chesterish -T -N -fs 14 -vim -cellw 90%

Thank you

Most helpful comment

find your custom.css under ~/.jupyter/custom

search
div#maintoolbar
then, remove
position:absolute;
image
@hellenlima @baibai25

All 8 comments

Same here with:
jt -t chesterish -T -N -kl -ofs 10 -tfs 11

find your custom.css under ~/.jupyter/custom

search
div#maintoolbar
then, remove
position:absolute;
image
@hellenlima @baibai25

Thank you @arthurire
I'm using JupyterLab now. I will check it.

Thank you @arthurire . Your fix worked for me.

Thank you again @arthurire. I suggest that you should send pull request.

Should I close this issue?

Thank you again @arthurire. I suggest that you should send pull request.

Should I close this issue?

It's up to you.

I don't know how the author generates those css files exactly so I did not send a pull request.

@arthurire's fix worked for me too. thank you!

Some may have noted that when you change the theme, the toolbar background will be transparent again.
To make the the background transparent permanently, one should edit this file instead:
<python-site-packages-path>/jupyterthemes/layout/notebook.less.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

karimelgazar picture karimelgazar  路  4Comments

meowklaski picture meowklaski  路  9Comments

ravicheema picture ravicheema  路  8Comments

AFederici picture AFederici  路  7Comments

lucainnocenti picture lucainnocenti  路  6Comments