Fix sidebar bottom egde
This commit is contained in:
parent
c3adb37da0
commit
80a22e55fa
|
@ -162,6 +162,7 @@ struct SideBarView<Content: View>: View {
|
|||
content()
|
||||
}
|
||||
.background(.thinMaterial)
|
||||
.edgesIgnoringSafeArea(.bottom)
|
||||
.withSheetDestinations(sheetDestinations: $routerPath.presentedSheet)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue