Skip to content

TOC extension is hiding below toolbar #1651

Open
@ibobak

Description

@ibobak

Guys,

the last version of your extension has this bug with TOC:
image

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
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions