jimmynotjim / scrollnav

A dependency free JavaScript plugin for auto generating single page navigation
http://scrollnav.com
MIT License
461 stars 127 forks source link

Mousewheel scroll sticks on Windows Chrome #10

Closed thomasmurphycodes closed 11 years ago

thomasmurphycodes commented 11 years ago

More or less what it says. The nav works great in chrome, but the mousewheel gets stuck in the section the nav is targeting.

jimmynotjim commented 11 years ago

Just out of curiosity, did you figure this out? I'm assuming it wasn't related to the plugin.

thomasmurphycodes commented 11 years ago

Hi James,

It turned out the scope of the issue wasn't just in your plug so I self-closed. When pairing scrollNav with stellar.js, the windows version of chrome was trying to add scroll bars as if I had set overflow:scroll-Y on the

.

Setting .section{ overflow:hidden;} resolved.

Sorry if the formatting is messy, writing from phone. :)

Thanks for your work on this, it's great!

On Aug 13, 2013, at 10:41 PM, James Wilson notifications@github.com wrote:

Just out of curiosity, did you figure this out? I'm assuming it wasn't related to the plugin.

— Reply to this email directly or view it on GitHub.

jimmynotjim commented 11 years ago

Ah, good to know for the future. Thanks for trying out the plugin and I'm glad you like it!