From 7e2c5adffd7a0ec7732df4a46bad7f97a10edd9f Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sat, 16 May 2026 15:05:28 +0200 Subject: [PATCH] fix: scrollbar-gutter stable to prevent bg flicker on dropdown open --- thoughts-frontend/app/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thoughts-frontend/app/globals.css b/thoughts-frontend/app/globals.css index 093e14c..5ed7d55 100644 --- a/thoughts-frontend/app/globals.css +++ b/thoughts-frontend/app/globals.css @@ -177,6 +177,10 @@ } @layer base { + html { + scrollbar-gutter: stable; + } + * { @apply border-border outline-ring/50; }