We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624890c commit 9907b4eCopy full SHA for 9907b4e
1 file changed
examples/app-react-crud/src/components/ui/sidebar.tsx
@@ -215,7 +215,7 @@ const Sidebar = React.forwardRef<
215
<div
216
ref={ref}
217
className={cn(
218
- "bg-sidebar text-sidebar-foreground flex h-svh w-[--sidebar-width] shrink-0 flex-col border-r transition-[width] duration-200 ease-linear",
+ "bg-sidebar text-sidebar-foreground hidden md:flex h-svh w-[--sidebar-width] shrink-0 flex-col border-r transition-[width] duration-200 ease-linear",
219
state === "collapsed" && collapsible === "offcanvas" && "w-0 overflow-hidden border-0",
220
state === "collapsed" && collapsible === "icon" && "w-[--sidebar-width-icon]",
221
className
0 commit comments