diff --git a/IceCubesApp/App/SideBarView.swift b/IceCubesApp/App/SideBarView.swift index dd02a861..de9fcbb5 100644 --- a/IceCubesApp/App/SideBarView.swift +++ b/IceCubesApp/App/SideBarView.swift @@ -162,6 +162,7 @@ struct SideBarView: View { content() } .background(.thinMaterial) + .edgesIgnoringSafeArea(.bottom) .withSheetDestinations(sheetDestinations: $routerPath.presentedSheet) } }