diff --git a/app/globals.css b/app/globals.css index e55a75d8..cf77b524 100644 --- a/app/globals.css +++ b/app/globals.css @@ -111,9 +111,6 @@ @layer base { html { background: var(--bg); - } - - html { scroll-behavior: smooth; } @@ -139,10 +136,6 @@ } } -html[data-ui-ready="0"] body { - opacity: 0; -} - /* --------------------------------------------------------------------------- 4. Site shell + ambient effects The .site-shell class is on the
element in page.tsx. The two diff --git a/app/layout.tsx b/app/layout.tsx index 64e6e342..a15c36c3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -62,32 +62,7 @@ export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode }>) { return ( - - -