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