respect the actual window height

This commit is contained in:
2026-07-12 15:12:13 +02:00
parent 24c53eb51d
commit 6de06ac8e1
+1 -1
View File
@@ -31,7 +31,7 @@ struct BarView: View {
}
}
}
.frame(height: 30)
.frame(height: bar.window.height ?? 30)
.ignoresSafeArea()
.environmentObject(bar)
}