diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css index f00e4bfe3d..d482254aed 100644 --- a/apps/web/styles/globals.css +++ b/apps/web/styles/globals.css @@ -109,6 +109,10 @@ background: var(--cal-brand); } +html { + scrollbar-gutter: stable; +} + body  { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;