diff --git a/src/components/main/BottomSheet/components/BottomSheetWrapper.tsx b/src/components/main/BottomSheet/components/BottomSheetWrapper.tsx index ae37f758..b3e345d9 100644 --- a/src/components/main/BottomSheet/components/BottomSheetWrapper.tsx +++ b/src/components/main/BottomSheet/components/BottomSheetWrapper.tsx @@ -128,6 +128,7 @@ export default function BottomSheetWrapper({ } }} drag={'y'} + dragElastic={0} onDragEnd={handleDragEnd} dragConstraints={{ top: isFull ? deviceHeight - fullStatusChildrenHeight : 0,