yakivmospan / github-wikito-converter

Generate HTML & PDF documentation from Github wiki or any other markdown-based wiki.
Other
293 stars 52 forks source link

Sidebar/TOC longer than the screen doesn't get a scrollbar #20

Closed jalovatt closed 6 years ago

jalovatt commented 6 years ago

As the title suggests - if the generated TOC is too long it flows past the end of the screen with no way to access the items farther down. I imagine it just needs an overflow-y: scroll somewhere, but this level of HTML is well beyond me.

Cheers.

Example: https://www.dropbox.com/s/yh4ekbz2ul7pk20/Lokasenna_GUI%202.9%20Documentation.html?dl=0

yakivmospan commented 6 years ago

Hey, thanks for replying.

This can be placed somewhere in html-writer.js or in default.

If I will check it out as soon as I found some free time. You can also try to play with it, never late to extend your html skills :) PR's are welcomed.

CyborgMaster commented 6 years ago

@yakivmospan, it looks like @jalovatt opened PR for this one at #22, may we get this merge?

CyborgMaster commented 6 years ago

@yakivmospan, I added a refinement of #22 in #24 with some spacing improvements. Please merge that one instead.

yakivmospan commented 6 years ago

https://github.com/yakivmospan/github-wikito-converter/releases/tag/1.5.0