diff --git a/components/account/AccountHoverWrapper.vue b/components/account/AccountHoverWrapper.vue index 3d66fe8a..a6c8d815 100644 --- a/components/account/AccountHoverWrapper.vue +++ b/components/account/AccountHoverWrapper.vue @@ -21,7 +21,7 @@ const account = ref(props.account) useIntersectionObserver( hoverCard, ([{ intersectionRatio }]) => { - targetIsVisible.value = intersectionRatio <= 0.75 + targetIsVisible.value = intersectionRatio > 0.1 }, ) watch( @@ -32,7 +32,7 @@ watch( return } - if (!newVisible) + if (!newVisible || process.test) return if (newHandle) {