SwiftUI issue on iOS 14 with Scrollview HStack content being cut off

I have a list of buttons that display perfectly on iOS 13 using SwiftUI, but on iOS 14 it cuts the content off where the screen ends. Has anything changed with regards to how HStacks renders what i...