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 2995d16 commit 4a15276Copy full SHA for 4a15276
src/components/ui/sidebar.tsx
@@ -114,7 +114,9 @@ export const MobileSidebar = ({
114
<>
115
<div
116
className={cn(
117
- "h-10 px-4 py-4 flex flex-row md:hidden items-center justify-between bg-neutral-100 dark:bg-neutral-800 w-full"
+ "h-10 px-4 py-4 flex flex-row md:hidden items-center justify-between",
118
+ "bg-neutral-100 dark:bg-neutral-800 w-full",
119
+ "sticky top-0 inset-x-0 z-40 border-b border-neutral-200 dark:border-neutral-700"
120
)}
121
{...props}
122
>
0 commit comments