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; }