Fix sidebar bottom egde

This commit is contained in:
Thomas Ricouard 2024-01-04 21:28:45 +01:00
parent c3adb37da0
commit 80a22e55fa

View file

@ -162,6 +162,7 @@ struct SideBarView<Content: View>: View {
content()
}
.background(.thinMaterial)
.edgesIgnoringSafeArea(.bottom)
.withSheetDestinations(sheetDestinations: $routerPath.presentedSheet)
}
}