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


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/

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