Bootstrap Fixed Content Panel

Is there a “clean” way to make the standard two-column bootstrap layout with the sidebar (list of items) long and scrollable, and the main content area fixed? I would like to use the main content area to embed ajax content by intercepting links on the left, so I would like it to be always visible.

+3
source share
1 answer

Just add position: fixeda sidebar to your class and create a style of your choice. See Bootstrap example here: http://jsfiddle.net/eterpstra/nxrpu/1/

+4
source

All Articles