BILconference / bil-theme

Theme for http://bilconference.com
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Left Menu behavior issue #17

Open michaelcummings opened 8 years ago

michaelcummings commented 8 years ago

The left menu bar should follow the content down as the user scrolls. The reason is that some of our pages will get pretty long when we fill in the contnet and the user should not have to scroll all the way back to the top in order for this to work.

An example of how this should work would be Twitter Bootstrap's documentation. The menu comes down the screen with the user.

On our Resources page, the behavior is a little bit jittery, and once you hit the bottom of the page, it will jump the menu back to the top and no longer follow the scrolling.

michaelcummings commented 8 years ago

A nice to have feature to add to this is a smooth scroll to the location of the anchor tags clicked in the menu rather than a hard jump.