forked from shadowfacts/Tusker
Fix autocomplete bar cutting off scroll view contents
This commit is contained in:
parent
0687c040a0
commit
7883b04618
|
@ -129,6 +129,7 @@ struct ComposeView: View {
|
|||
.padding([.top, .bottom], -8)
|
||||
}
|
||||
.padding(stackPadding)
|
||||
.padding(.bottom, uiState.autocompleteState != nil ? 46 : nil)
|
||||
}
|
||||
|
||||
private var header: some View {
|
||||
|
|
Loading…
Reference in New Issue