Open
Description
Guys,
the last version of your extension has this bug with TOC:
It can be fixed like that:
from IPython.display import display, HTML
display(HTML("<style>.container { width:83%; align: left; }</style>"))
display(HTML("<style>#toc-wrapper{ position: relative; width: 20%; top: 132px; left: 0px; }</style>"))
And after running this code I am getting
It is really annoying, taking into account that this continues to be there for half a year at least.
Could you please fix this in the code?
Metadata
Metadata
Assignees
Labels
No labels