We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874399d commit 0fbacddCopy full SHA for 0fbacdd
Sources/ScrollKit/ScrollViewWithStickyHeader.swift
@@ -110,7 +110,7 @@ public struct ScrollViewWithStickyHeader<Header: View, Content: View>: View {
110
scrollView(in: geo)
111
navbarOverlay(in: geo)
112
}
113
- .edgesIgnoringSafeArea(.all)
+ .edgesIgnoringSafeArea(.top)
114
115
.prefersNavigationBarHidden()
116
#if os(iOS)
0 commit comments