Posts by Glauber • 39 points
1 post
-
3
votes3
answers320
viewsA: On fixed footer position only at the bottom of the page
I am sending an option with JS, hope it will be useful. window.onscroll = function() { const scroll = document.body.scrollHeight; const alturaTotal = window.scrollY + window.innerHeight; const…