-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"ol.toc-list" could be truncated, especially if the root heading is shown #330
Comments
Hey, my only issue is that changing that value to higher numbers can affect the animation, at least the last time I checked. An option could be added to be able to specifically override this via an inline style made via JS, but for now I'd say just overriding the CSS for this use case may make the most sense. |
Hi Tim, The animation should be fine because I used a different Bézier curve for the transition for opening and closing a heading. See the comment in the code above. In my opinion, an option would complicate the use of tocbot. More importantly, in a document with long headings where I need to set this option to a high value, this would result in a barely visible transition for short headings, which of course could also exist in this document. Overriding is of course an option. Feel free to close this issue. Winfried |
Hey, sorry I missed that part about the bezier curve changes. That's a great idea! So does it not affect the transitions for shorter / smaller toc sections? Let me test this out locally too. Thank you!! |
When I tried this out it seemed to cause a tiny bit of a delay with the animations, but wasn't too noticeable. I'm glad this solved your use case. I will be sure to refer other people here if they have the same issue and will consider adding a callout in the readme if more people run into this. Thank you! |
I have the same issue here. Heading list truncated when they are a lot of titles in a section (more than 30). I have applied the workaround suggested and it worked. |
I've updated the readme to call this out here: Thanks for the comment! |
Hi Tim,
I had the problem that the "ol.toc-list" was truncated when there were many headings, especially when the root heading was displayed.
I could workaround the problem by overriding the
max-height
andtransition
properties intocbot/src/scss/_tocbot-core.scss
Line 30 in 5eb0b85
with
This workaround still has a limit on
max-height
, but solves my personal problem, because the toc can be 3 times higher and the visible transition is still there.If you like, I can prepare a PR. Or perhaps there is a better solution?
Best regards,
Winfried
The text was updated successfully, but these errors were encountered: