Skip to content

Commit

Permalink
fix: change fullscreen player drawer to be dismissible
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralvesf committed Sep 30, 2024
1 parent eb3a647 commit b187c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/fullscreen/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function FullscreenMode({ children }: FullscreenModeProps) {
return (
<Drawer
fixed
dismissible={false}
dismissible={true}
handleOnly={true}
disablePreventScroll={true}
>
Expand Down

0 comments on commit b187c42

Please sign in to comment.