This commit is contained in:
kankys
2024-10-21 18:08:37 +02:00
parent 8e1d15a936
commit c1f0d0369c
13 changed files with 377 additions and 81 deletions

View File

@ -33,3 +33,6 @@ function scrollToTop() {
document.body.scrollTop = 0; // Pro Safari
document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče
}