Skip to content

[toc2] fix for disappearing sidebar in static html_toc export#1548

Merged
juhasch merged 1 commit intoipython-contrib:masterfrom
aduriseti:toc2_static_html_sidebar_fix
Apr 5, 2021
Merged

[toc2] fix for disappearing sidebar in static html_toc export#1548
juhasch merged 1 commit intoipython-contrib:masterfrom
aduriseti:toc2_static_html_sidebar_fix

Conversation

@aduriseti
Copy link
Copy Markdown
Contributor

Fix for issue i had w/ static html dumps of notebooks (w/ the toc2 sidebar) - where the table of contents sidebar would disappear (#1547)

problem was that the sidebar top position was getting set to scroll position, but the css must have set it to a fixed position or something - so it should have been 0

tested my static notebook dump in firefox and chrome -worked in both - also tested the dynamic sidebar in chrome

someone who knows more about the repo should look over this b/c I dont know anything about webdev (or this repo)

also - linked issue: #1547

@juhasch
Copy link
Copy Markdown
Member

juhasch commented Apr 5, 2021

Thank you.

@juhasch juhasch merged commit 887ea27 into ipython-contrib:master Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants