diff --git a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift index 86af60e..4053462 100644 --- a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift +++ b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift @@ -39,7 +39,7 @@ struct SectionLiveNowView: View { if items.count > 0 { ScrollView(.horizontal, showsIndicators: false) { - HStack(spacing: 10) { + HStack(alignment: .top, spacing: 10) { ForEach(items, id: \.self) { item in LiveNowItemView(item: item) .contentShape(Rectangle())