#a problem with hovering effects and gradient map
3 messages · Page 1 of 1 (latest)
To fix the gradient background, change:
h-screen w-screen relative to h-full w-full absolute in GradientBg.tsx line 92
To fix the lack of hover effect, change:
group-hover /bento translate-x-2 to group-hover/bento:translate-x-2 in BentoGrid.tsx line 92
ty so much , i appreciate it