diff --git a/packages/frontend/src/pages/user/home.vue b/packages/frontend/src/pages/user/home.vue index 49e5b1d3f3..39227f726c 100644 --- a/packages/frontend/src/pages/user/home.vue +++ b/packages/frontend/src/pages/user/home.vue @@ -355,9 +355,9 @@ onUnmounted(() => { pointer-events: none; filter: blur(8px) opacity(0.6); // Funny CSS schenanigans to make background escape container - left: calc(0vh - 1.9vmax); - top: calc(1vh - 1.9vmax); - right:calc(0vh - 1.9vmax); + left: -100%; + top: -100%; + right: -100%; background-attachment: fixed; }