This commit is contained in:
neon443
2025-05-21 18:10:22 +01:00
parent 773a083682
commit 62318c5ddc
6 changed files with 71 additions and 13 deletions

View File

@@ -16,7 +16,9 @@ struct ContentView: View {
ForEach(viewModel.events) { event in
EventListView(viewModel: viewModel, event: event)
}
.padding(.trailing)
}
.scrollContentBackground(.hidden)
}
}