Skip to content

Commit ed5a247

Browse files
committed
fix: allow overlay click to close mobile drawer
1 parent 2c72610 commit ed5a247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const Sidebar = React.forwardRef<
203203
open={openMobile}
204204
onOpenChange={setOpenMobile}
205205
shouldScaleBackground={false}
206-
modal={false}
206+
modal={true}
207207
noBodyStyles
208208
disablePreventScroll={false}
209209
>

0 commit comments

Comments
 (0)