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 68a9116 commit 7fa1329Copy full SHA for 7fa1329
1 file changed
src/components/ui/sidebar.tsx
@@ -67,7 +67,7 @@ const SidebarProvider = React.forwardRef<
67
},
68
ref,
69
) => {
70
- const isMobile = useIsMobile()
+ const isMobile = useIsMobile(1300)
71
const [openMobile, setOpenMobile] = React.useState(false)
72
73
// This is the internal state of the sidebar.
0 commit comments