JSFiddle - React, Tailwind, and code Playground
CSS
body {
height: 5000px;
}
JavaScript
document.onscroll = function() {
if (!document.body.scrollTop) {
alert('top');
}
}
body {
height: 5000px;
}
document.onscroll = function() {
if (!document.body.scrollTop) {
alert('top');
}
}