Fichtelgard

Window scrollTop

export function scrollTop() {
window.scrollTo({ top: 0, left: 0, behavior: "smooth" });
}