gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
927 stars 217 forks source link

Scrolling large TOC #18

Closed mbctesting closed 11 years ago

mbctesting commented 11 years ago

Hello!

I'm testing the default.html included in 'demos' folder in this zip download. I modified that file adding some "h2".

I found that the scroll doesn't work with the TOC when it is larger than the page height.

I don't know if I'm doing something wrong or if I have to change some option. I'm having 'extendPage: true' and 'extendPageOffset: true'.

Can you help me?

Thank you so much!

gfranko commented 11 years ago

I'll take a look at this in the next day or day and figure out what's happening. Thank you for reporting this!

mbctesting commented 11 years ago

Thank you for your help!

mbctesting commented 11 years ago

Hello! Did you find the solution to this bug? I'm so interested on using it :-)

gfranko commented 11 years ago

I just updated the Tocify CSS file to allow scrolling within the TOC for TOC's that exceed 90% the height of it's container. Updating your CSS file should fix your issue!

mbctesting commented 11 years ago

Works perfectly. Thanks!!