From 7883b04618a2e05164a107fc042376140840c19a Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 12 Oct 2020 22:12:35 -0400 Subject: [PATCH] Fix autocomplete bar cutting off scroll view contents --- Tusker/Screens/Compose/ComposeView.swift | 1 + 1 file changed, 1 insertion(+) 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 {