File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default function MobileArtistActions({ artist }: MobileArtistActionsProps
4444 ) }
4545
4646 < SheetContent
47- side = "bottom "
47+ side = "right "
4848 className = "z-50 max-h-[85vh] overflow-y-auto pb-[env(safe-area-inset-bottom)] [&>button]:hidden"
4949 >
5050 { /* 드래그 핸들 */ }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default function MobileMeetingPostSidebar({
4444 ) }
4545
4646 < SheetContent
47- side = "bottom "
47+ side = "right "
4848 className = "z-50 max-h-[85vh] overflow-y-auto pb-[env(safe-area-inset-bottom)] [&>button]:hidden"
4949 >
5050 { /* 드래그 핸들 */ }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export default function MobileQuickActions({
5656 ) }
5757
5858 < SheetContent
59- side = "bottom "
59+ side = "right "
6060 className = "z-50 max-h-[85vh] overflow-y-auto pb-[env(safe-area-inset-bottom)] [&>button]:hidden"
6161 >
6262 < SheetHeader className = "sr-only" >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default function MobilePlannerSidebar({
3232 < span className = "sr-only" > 지도 및 정보 보기</ span >
3333 </ Button >
3434 </ SheetTrigger >
35- < SheetContent side = "bottom " className = "h-dvh gap-0 [&>button]:top-5" >
35+ < SheetContent side = "right " className = "h-dvh gap-0 [&>button]:top-5" >
3636 < SheetHeader className = "border-border border-b sm:px-6" >
3737 < SheetTitle className = "text-base" > 플래너 지도 및 정보 보기</ SheetTitle >
3838 </ SheetHeader >
You can’t perform that action at this time.
0 commit comments