fix(store): remove section header pinning to prevent categories from blocking under dynamic island
This commit is contained in:
@@ -54,7 +54,7 @@ struct StoreDetailView: View {
|
||||
AppColors.backgroundLight.ignoresSafeArea()
|
||||
|
||||
ScrollView(showsIndicators: false) {
|
||||
LazyVStack(spacing: 0, pinnedViews: [.sectionHeaders]) {
|
||||
LazyVStack(spacing: 0) {
|
||||
ScrollOffsetReader(offsetY: $scrollOffset)
|
||||
topSection
|
||||
Section {
|
||||
|
||||
Reference in New Issue
Block a user