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()
|
AppColors.backgroundLight.ignoresSafeArea()
|
||||||
|
|
||||||
ScrollView(showsIndicators: false) {
|
ScrollView(showsIndicators: false) {
|
||||||
LazyVStack(spacing: 0, pinnedViews: [.sectionHeaders]) {
|
LazyVStack(spacing: 0) {
|
||||||
ScrollOffsetReader(offsetY: $scrollOffset)
|
ScrollOffsetReader(offsetY: $scrollOffset)
|
||||||
topSection
|
topSection
|
||||||
Section {
|
Section {
|
||||||
|
|||||||
Reference in New Issue
Block a user