Skip to content

Commit 5185f6f

Browse files
fix: let tile particles bleed across signin page columns
1 parent 1eff2a5 commit 5185f6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/app/signin/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ export default function SignInPage() {
5656
}
5757

5858
return (
59-
<div className="mx-auto grid w-full max-w-6xl flex-1 md:grid-cols-2">
59+
<div className="mx-auto grid w-full max-w-6xl flex-1 overflow-hidden md:grid-cols-2">
6060
{/* Left panel — brand hero */}
61-
<div className="relative hidden overflow-hidden bg-card md:flex md:flex-col md:items-center md:justify-center md:p-12">
61+
<div className="relative hidden bg-card md:flex md:flex-col md:items-center md:justify-center md:p-12">
6262
<TileParticles active />
6363
<div className="relative z-10 max-w-md">
6464
{/* Logo */}

0 commit comments

Comments
 (0)