From 84607c2866735e376fd9f03ee5b78fac7850797c Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 03:18:02 -0400 Subject: [PATCH] fix: replace translateY lift with scale zoom to avoid scroll container clipping --- themepo-elegantfin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index 03884b2..deb805b 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -252,9 +252,9 @@ body:has(#itemDetailPage) html::after, z-index: 1; } -/* Hover: lift off surface + arcane glow */ +/* Hover: zoom toward viewer + arcane glow */ .card-hoverable:hover .cardScalable { - transform: translateY(-6px) scale(1.02) !important; + transform: scale(1.05) !important; border-color: rgba(56, 189, 248, 0.5) !important; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.09) inset, @@ -282,7 +282,7 @@ body:has(#itemDetailPage) html::after, } .card-hoverable:hover .visualCardBox { - transform: translateY(-6px) scale(1.02) !important; + transform: scale(1.05) !important; border-color: rgba(56, 189, 248, 0.5) !important; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.09) inset,