Skip to content

Commit

Permalink
Update for Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsusek committed Jul 3, 2019
1 parent 147d4fa commit 0745511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FlowStack/FlowStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public struct FlowStack<Content>: View where Content: View {
GeometryReader { geometry in

// Assume a vertical scrolling orientation for the grid
ScrollView(alwaysBounceHorizontal: false, alwaysBounceVertical: true) {
ScrollView(Axis.Set.vertical) {

// VStacks are our rows
VStack(alignment: self.alignment, spacing: 0) {
Expand Down

0 comments on commit 0745511

Please sign in to comment.