Problem with 'position sticky;'

I wanted the footer to be in bottom whenever the page is scrolled, but position: fixed; was a little problematic for me, so I used position: sticky;, it works as expected but in some cases, it was not in bottom (like in the img). Help?
image.png
Was this page helpful?