I have two bootstrap columns \"left\" and \"right\"; I want to fix the left column with the screen and disable scroll. but i want to enable scroll in the right column which
Just add positon:fixed and height:100% to your left column and add data to your right column
positon:fixed
height:100%
https://codepen.io/anon/pen/JJgjqX