I try to position a div with width 100 percent in a Bootstrap 4.1 col absolute
to attach it to the bottom. But my problem is, that it overflows on the right. I assigned position: relative;
to the parents but nothing worked.
Any idea?
https://codepen.io/anon/pen/RyVPZe
Regards!