Skip to content

Commit

Permalink
sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-karger committed Apr 22, 2024
1 parent a32ca85 commit 323811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Sidebar() {

return (
<aside class="fixed top-16 z-30 hidden h-screen w-full shrink-0 md:sticky md:block">
<div class="relative h-full overflow-y-auto py-6 pr-6 lg:py-8">
<div class="relative h-full overflow-y-auto py-6 pr-6">
<For each={docsConfig.sidebarNav}>
{(category) => (
<div class="pb-4">
Expand Down

0 comments on commit 323811e

Please sign in to comment.