diff --git a/Sources/ScrollKit/ScrollViewWithStickyHeader.swift b/Sources/ScrollKit/ScrollViewWithStickyHeader.swift index 7b9ea5b..aa12a5e 100644 --- a/Sources/ScrollKit/ScrollViewWithStickyHeader.swift +++ b/Sources/ScrollKit/ScrollViewWithStickyHeader.swift @@ -110,7 +110,7 @@ public struct ScrollViewWithStickyHeader: View { scrollView(in: geo) navbarOverlay(in: geo) } - .edgesIgnoringSafeArea(.all) + .edgesIgnoringSafeArea(.top) } .prefersNavigationBarHidden() #if os(iOS)