Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Apr 19, 2024
1 parent e273401 commit de7ce88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight/components/TwoColumnContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit de7ce88

Please sign in to comment.