respect the actual window height
This commit is contained in:
@@ -31,7 +31,7 @@ struct BarView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.frame(height: 30)
|
||||
.frame(height: bar.window.height ?? 30)
|
||||
.ignoresSafeArea()
|
||||
.environmentObject(bar)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user