From 82778c82ddb1dd492272762d190cc6c0354fee09 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sat, 16 May 2026 15:03:41 +0200 Subject: [PATCH] fix: wrap background image in fixed div so it stays put on scroll --- thoughts-frontend/app/layout.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/thoughts-frontend/app/layout.tsx b/thoughts-frontend/app/layout.tsx index d5ca379..c4994ba 100644 --- a/thoughts-frontend/app/layout.tsx +++ b/thoughts-frontend/app/layout.tsx @@ -53,14 +53,16 @@ export default function RootLayout({ return ( - +
+ +
{children}