Absolute position relative to body is actually assuming the body is only the full screen. So if I add an absolute position and add a value to the bottom, it is assuming from the bottom of the screen and not the bottom of the body
Hi,
You can fix this temporary by setting body to position relative.
We will do it on our side soon, but until we do that, you can do what I’ve done in video below.
Thanks! Worked fine!