Skip to content

Commit

Permalink
refactor: ♻️ testing on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed May 4, 2024
1 parent 1ced22d commit c80b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/back-to-top.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const scroll_to_top = () => {
window.scrollTo({
top: 0,
behavior: 'smooth',
// behavior: 'smooth',
})
}
Expand Down

0 comments on commit c80b92f

Please sign in to comment.