diff --git a/src/app/globals.css b/src/app/globals.css index 925bb4e..7a0af19 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -115,6 +115,9 @@ * { @apply border-border outline-ring/50; } + html { + scrollbar-gutter: stable; + } body { @apply bg-background text-foreground; -webkit-font-smoothing: antialiased; diff --git a/src/components/ui/sheet.tsx b/src/components/ui/sheet.tsx index d5987a8..61a3e9d 100644 --- a/src/components/ui/sheet.tsx +++ b/src/components/ui/sheet.tsx @@ -34,7 +34,7 @@ function SheetOverlay({ +