diff --git a/Packages/ComposeUI/Sources/ComposeUI/Controllers/ToolbarController.swift b/Packages/ComposeUI/Sources/ComposeUI/Controllers/ToolbarController.swift index d8cd3d9e..ee37c246 100644 --- a/Packages/ComposeUI/Sources/ComposeUI/Controllers/ToolbarController.swift +++ b/Packages/ComposeUI/Sources/ComposeUI/Controllers/ToolbarController.swift @@ -100,9 +100,10 @@ class ToolbarController: ViewController { .scrollDisabledIfAvailable(realWidth ?? 0 <= minWidth ?? 0) .frame(height: ToolbarController.height) .frame(maxWidth: .infinity) - .background(.regularMaterial, ignoresSafeAreaEdges: .bottom) + .background(.regularMaterial, ignoresSafeAreaEdges: [.bottom, .leading, .trailing]) .overlay(alignment: .top) { Divider() + .edgesIgnoringSafeArea([.leading, .trailing]) } .background(GeometryReader { proxy in Color.clear