diff --git a/Sources/phbar/Views/BarView.swift b/Sources/phbar/Views/BarView.swift index 4631d67..6ca7c0a 100644 --- a/Sources/phbar/Views/BarView.swift +++ b/Sources/phbar/Views/BarView.swift @@ -31,7 +31,7 @@ struct BarView: View { } } } - .frame(height: 30) + .frame(height: bar.window.height ?? 30) .ignoresSafeArea() .environmentObject(bar) }