From de7ce88387d128e5b3b0fbfd1486bafda091b47d Mon Sep 17 00:00:00 2001 From: techfg Date: Fri, 19 Apr 2024 11:51:13 -0700 Subject: [PATCH] chore: formatting --- packages/starlight/components/TwoColumnContent.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }