diff --git a/Tusker/Screens/Compose/ComposeView.swift b/Tusker/Screens/Compose/ComposeView.swift index ad73c6ef..56692a1a 100644 --- a/Tusker/Screens/Compose/ComposeView.swift +++ b/Tusker/Screens/Compose/ComposeView.swift @@ -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 {