My webpage is built with Bootstrap and I have a layout with 4 columns on the left and 6 on the right. I want to prevent the 4 columns on the left from scrolling. How can I achieve this?
I am aware of the option to use
class="affix"
on the left column, but the issue with this approach is that the left column does not resize dynamically when the viewport size changes.