diff --git a/app/components/ScrollToTop.client.vue b/app/components/ScrollToTop.client.vue index f09c13f2d0..dda52dc90b 100644 --- a/app/components/ScrollToTop.client.vue +++ b/app/components/ScrollToTop.client.vue @@ -50,7 +50,7 @@ const shouldShowButton = computed(() => isActive.value && isTouchDeviceClient.va type="button" class="fixed bottom-4 inset-ie-4 z-50 w-12 h-12 bg-bg-elevated border border-border rounded-full shadow-lg flex items-center justify-center text-fg-muted hover:text-fg transition-colors active:scale-95" :aria-label="$t('common.scroll_to_top')" - @click="() => scrollToTop()" + @click="scrollToTop" >