transcranial / jupyter-themer

Apply custom CSS styling to your jupyter notebooks
MIT License
329 stars 53 forks source link

How to not disable the outer scrollbar? #14

Closed lincolnfrias closed 7 years ago

lincolnfrias commented 8 years ago

It seems that jupyter-themer disables the outermost vertical scrollbar in jupyter (in the extreme right). See below how things look when the problem is NOT present.

jupyter

That bar was created inserting this code on custom.js:

.container{ width:100% !important; }
div#site{ height: 100% !important; }

I can't get it back even with jt -r (I solved it reinstalling the notebook). And this bar is very useful in hiding the menus. Running on notebook 4.2, firefox 48, ubuntu-gnome 16.04.

Besides this, jupyter-themer is awesome!

lincolnfrias commented 7 years ago

I make some confusions when using jupyter-themer alongside another library (jupyter-themes). I am closing this issue. Sorry about that.