diff --git a/Sources/FlowStack/FlowTransition.swift b/Sources/FlowStack/FlowTransition.swift index ad3f69c..d4ae94c 100644 --- a/Sources/FlowStack/FlowTransition.swift +++ b/Sources/FlowStack/FlowTransition.swift @@ -213,7 +213,7 @@ extension AnyTransition { ) .opacity(context.anchor == nil ? percent : 1) } - .ignoresSafeArea(.container, edges: .all) + .ignoresSafeArea(.all, edges: .all) } } }