[Solved] How to keep one column fixed with no scroll and another one normal with scroll? [closed]

[ad_1]

You can use bootstraps overflow-classes.

Documentation here: https://getbootstrap.com/docs/5.0/utilities/overflow/

<div class="overflow-auto">...</div>

Example here: https://jsfiddle.net/kzh9bp24/9/

[ad_2]

solved How to keep one column fixed with no scroll and another one normal with scroll? [closed]