From 80a22e55fad6b9054bae07b6b6f939c69686ffc3 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Thu, 4 Jan 2024 21:28:45 +0100 Subject: [PATCH] Fix sidebar bottom egde --- IceCubesApp/App/SideBarView.swift | 1 + 1 file changed, 1 insertion(+) 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) } }