janosh / svelte-toc

Sticky responsive table of contents component
https://janosh.github.io/svelte-toc
MIT License
113 stars 6 forks source link

Fix ToC preventing page scrolling beyond active heading when zoomed into page #23

Closed janosh closed 2 years ago

janosh commented 2 years ago

Closes #22.

@oskar-gmerek Could you try the code in this branch (e.g. by copy-pasting the Toc.svelte component into your node_modules) to see if it solves the first problem reported in #22.

oskar-gmerek commented 2 years ago

@janosh yes, that solving a problem 👍

janosh commented 2 years ago

I also find out, that if I do not wrap with a fixed position wrapper, then svelte-toc prevents scrolling the page more than the height of the ToC component.

Does this PR also address your 2nd problem? I couldn't reproduce that one.

oskar-gmerek commented 2 years ago

Does this PR also address your 2nd problem? I couldn't reproduce that one.

Yes, thanks