Can't get a div to stick to the bottom of the screen on mobile

You said that you have the div set to “position absolute - bottom” but it looks like it is actually set to “fixed”. Try changing to “absolute”.

Here’s what you currently have.