Skip to content

Commit

Permalink
Fix overscroll on join server dialog (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Oct 7, 2024
1 parent 8415718 commit 87e6f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/auth/login/pickJoinServer/PickJoinServer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export default function PickJoinServer() {
/>
</FiltersToolbar>
</AppHeader>
<IonContent ref={contentRef}>
<IonContent ref={contentRef} scrollY={false}>
<IonRadioGroup
value={selection}
onIonChange={(e) => setSelection(e.detail.value)}
Expand Down

0 comments on commit 87e6f50

Please sign in to comment.