changes by Miki

This commit is contained in:
2026-06-23 20:50:19 +02:00
parent af035b87e5
commit 3c184cb015
7 changed files with 161 additions and 126 deletions
+7
View File
@@ -40,4 +40,11 @@ export class Header {
this.closeMenu();
}
}
scrollToTop(): void {
window.scrollTo({
top: 0,
behavior: 'smooth',
});
}
}