mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-07-20 14:40:14 -04:00
feat: ui fixes & backup link on onboarding screen (#7743)
This commit is contained in:
@@ -25,7 +25,7 @@ function onScroll() {
|
||||
}
|
||||
|
||||
function scrollToTop() {
|
||||
document.documentElement.scrollTop = 0;
|
||||
window.scrollTo({ top: 0, behavior: "smooth" });
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user