This commit is contained in:
Vanessa 2023-04-09 19:46:57 +08:00
parent ba4bedf3bc
commit e5143a8474
13 changed files with 30 additions and 34 deletions

View file

@ -135,7 +135,7 @@ export class Menu {
} else {
this.element.style.transform = "translateY(-100vh)";
}
})
});
this.element.lastElementChild.scrollTop = 0;
}
}