update @ Mon 1 Nov 19:55:56 EET 2021

This commit is contained in:
Ari Archer 2021-11-01 19:55:56 +02:00
parent 91706c2e7b
commit cbc77f4e06

View file

@ -10,4 +10,5 @@ function scrollDown() {
function scrollUp() { function scrollUp() {
window.scrollTo({ top: 0, behavior: 'smooth' }); window.scrollTo({ top: 0, behavior: 'smooth' });
scroll_element = 0;
} }