mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +00:00
Fix sidebar bottom egde
This commit is contained in:
parent
c3adb37da0
commit
80a22e55fa
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ struct SideBarView<Content: View>: View {
|
|||
content()
|
||||
}
|
||||
.background(.thinMaterial)
|
||||
.edgesIgnoringSafeArea(.bottom)
|
||||
.withSheetDestinations(sheetDestinations: $routerPath.presentedSheet)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue