I want to fix the image while the side content will scroll and until the footer.
<header>
<p>Menu</p>
</header>
<div class="col-md-8">
<p>Some Content</p>
</div>
<div class="col-md-4">
<img src="https://via.placeholder.com/150">
</div>
<footer></footer>
Any help is much appreciated.