diff --git a/src/app/finding-match/finding-match-client.tsx b/src/app/finding-match/finding-match-client.tsx index abc9f47..d330b89 100644 --- a/src/app/finding-match/finding-match-client.tsx +++ b/src/app/finding-match/finding-match-client.tsx @@ -189,30 +189,32 @@ export default function FindingMatchClient() { onGetAdvisor={openAdvisors} /> - - - {profile?.can_edit_profile === false ? ( - - - - {t["Profile is locked"]} - - - ) : ( - - - {copy.editProfile} - - )} - + {/* Outside : page-slide-enter sets will-change:transform which makes + main the containing block for position:fixed and narrows the button. */} + + {profile?.can_edit_profile === false ? ( + + + + {t["Profile is locked"]} + + + ) : ( + + + {copy.editProfile} + + )} + +