Fix autocomplete bar cutting off scroll view contents

This commit is contained in:
Shadowfacts 2020-10-12 22:12:35 -04:00
parent 0687c040a0
commit 7883b04618
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 0 deletions

View File

@ -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 {