This commit is contained in:
kek7198 2021-12-06 21:37:45 -06:00
parent 8ca7976f69
commit f1f4ca329d

View file

@ -8,7 +8,7 @@ document.getElementsByTagName('body')[0].onscroll = () => {
// var navbar = document.getElementById("navbar");
if (bottomBar != null) {
if (currentScrollPos <= 60 || (window.innerHeight + currentScrollPos) >= (document.body.offsetHeight - 100)) {
if (currentScrollPos <= 60 || (window.innerHeight + currentScrollPos) >= (document.body.offsetHeight - 65)) {
bottomBar.style.transform = "translateY(60px)";
console.log('test 2')
}