Skip to content

Commit e442128

Browse files
committed
Fix layout
1 parent a75246c commit e442128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GateEngine/UI/Layout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public struct Layout {
166166
}
167167
if target == target.view.bottomAnchor {
168168
computed = Value.Computed(
169-
value: targetY + targetHeight.value - vPosition.constant
169+
value: targetY + targetHeight.value + vPosition.constant
170170
)
171171
break
172172
}

0 commit comments

Comments
 (0)