Skip to content

Commit 4192f5f

Browse files
Tim Girouxmarkharding
authored andcommitted
Fix Pending Approvals Sheet
Changelog: fix
1 parent 4b663d2 commit 4192f5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/polycentric/src/features/identity-pairing/screens/PairIdentityIssuerScreen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ export default function PairIdentityIssuerScreen() {
181181
return (
182182
<Sheet
183183
open={!!claimerStr}
184-
detents={['auto', 1]}
184+
detents={[0.6, 1]}
185185
dismissible
186+
scrollable
186187
onClose={closeAndDeny}
187188
>
188189
{(() => {

0 commit comments

Comments
 (0)