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()
|
.ignoresSafeArea()
|
||||||
.environmentObject(bar)
|
.environmentObject(bar)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user