diff --git a/packages/starlight/components/TwoColumnContent.astro b/packages/starlight/components/TwoColumnContent.astro index 903848469a7..5cabf43f593 100644 --- a/packages/starlight/components/TwoColumnContent.astro +++ b/packages/starlight/components/TwoColumnContent.astro @@ -36,7 +36,7 @@ import type { Props } from '../props'; max-width: var(--sl-sidebar-width); width: auto; height: calc(100vh - var(--sl-nav-height)); - overflow-y: auto; + overflow-y: auto; margin-right: var(--sl-sidebar-pad-x); }