Embed in ScrollView
This commit is contained in:
committed by
William Casarin
parent
9f52e2c246
commit
85e797a054
@@ -36,6 +36,7 @@ struct ParticipantsView: View {
|
||||
Spacer()
|
||||
}
|
||||
VStack {
|
||||
ScrollView {
|
||||
ForEach(originalReferences.pRefs) { participant in
|
||||
let pubkey = participant.id
|
||||
HStack {
|
||||
@@ -72,6 +73,7 @@ struct ParticipantsView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding()
|
||||
|
||||
Reference in New Issue
Block a user