if(isInScrollable)return;// Don't attempt to swipe the thing away if it's a scroll area unless the scroll area is at the top and the user is swiping down
constheight=cardRect?.height??0;
constheight=cardRect?.height??0;
if(last){
if(last){
// if past half height downwards
// if past half height downwards
@ -69,7 +82,7 @@ export function FloatingCardMobilePosition(props: MobilePositionProps) {