I would like to put a white bar which would take all of the width at the bottom of the screen. To do so I thought about using absolute positioning with the inhe
absolute
Ok, solved my problem, if anyone is passing by here is the answer:
Just had to add left: 0, and top: 0, to the styles, and yes, I'm tired.
left: 0,
top: 0,
position: 'absolute', left: 0, top: 0,