From c180b1c1f504fc2387367151216416a223cd6f1b Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sat, 16 May 2026 15:12:41 +0200 Subject: [PATCH] fix: overflow-y scroll on html to prevent layout shift on dropdown open --- thoughts-frontend/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thoughts-frontend/app/globals.css b/thoughts-frontend/app/globals.css index 5ed7d55..75b3dda 100644 --- a/thoughts-frontend/app/globals.css +++ b/thoughts-frontend/app/globals.css @@ -178,7 +178,7 @@ @layer base { html { - scrollbar-gutter: stable; + overflow-y: scroll; } * {