fixed ui bugs mobile mode

A1Gard 3 weeks ago
parent b131605e01
commit e691458321

@ -36,7 +36,6 @@ function commafy(num) {
const handleScroll = function() {
const container = document.getElementById('CounterGrid');
console.log(isElementInViewport(container));
if (container == null){
return ;
}

@ -37,6 +37,13 @@
font-size: 22px;
}
}
.float-end {
i {
margin-top: .25rem;
display: inline-block;
}
}
}
/*-768px width*/

Loading…
Cancel
Save