Skip to content

Commit

Permalink
fix: Vertical scroll bar overlapping with UI components
Browse files Browse the repository at this point in the history
  • Loading branch information
shafqat-muneer committed Aug 9, 2024
1 parent 8e98309 commit 5c21ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ public struct DeleteAccountView: View {
.accessibilityIdentifier("back_button")
}
.frameLimit(width: proxy.size.width)
.padding(.horizontal, 24)
}
.padding(.horizontal, 24)
.frame(minHeight: 0,
maxHeight: .infinity,
alignment: .top)
Expand Down

0 comments on commit 5c21ccf

Please sign in to comment.