diff --git a/src/index.css b/src/index.css index 5845bb7..7457101 100644 --- a/src/index.css +++ b/src/index.css @@ -64,15 +64,12 @@ @layer base { html { overflow-x: clip; - scrollbar-gutter: stable; + overflow-y: overlay; } body { overflow-x: clip; @apply font-sans text-slate-800 bg-slate-50 antialiased; } - #root { - overflow-x: clip; - } h1, h2, h3, h4, h5, h6 { @apply font-serif text-primary-900;