Using Bootstrap, I have a grid column class=\"col-lg-3\" that I want to place it in position:fixed while the other .col-lg-9 is normal position (scroll-able through the page
With bootstrap 4 just use col-auto
Fixed content Normal scrollable content