jimmynotjim / scrollnav

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

Breaks when positioned on the right #17

Closed jimmynotjim closed 11 years ago

jimmynotjim commented 11 years ago

Issue

When the nav is positioned on the right it breaks when fixed positioning is set.

Suggested Fix

Add a wrapper div to the nav to set the layout, apply the fixed positioning just to the nav. As long as left and right aren't set, the nav will float within the bounds of the wrapper div.

jimmynotjim commented 11 years ago

Fixed in #16 and waiting for release of v2.0