We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cf321 commit 3f04f6fCopy full SHA for 3f04f6f
apps/docs/src/product/Sidebar.tsx
@@ -348,9 +348,8 @@ const Sidebar: React.FC<SidebarProps> = ({ initialNavigation, ...rest }) => {
348
gap="2"
349
as="nav"
350
overflowY="auto"
351
- paddingX="12"
352
- paddingY="16"
353
- style={{maxHeight: "calc(100vh - 4rem)", top: "3.5rem"}}
+ padding="12"
+ style={{maxHeight: "calc(100vh - 4rem)", top: "3.875rem"}}
354
>
355
{hasLoaded ? (
356
<SidebarContent key={pathname} navigation={navigation} pathname={pathname} />
0 commit comments