Fix browser toolbar layout

This commit is contained in:
Arkadiusz Fal
2022-06-26 23:37:27 +02:00
parent e19318745c
commit 7a7a953131
3 changed files with 2 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ struct BrowserPlayerControls<Content: View, Toolbar: View>: View {
return ZStack(alignment: .bottomLeading) {
content
.frame(maxHeight: .infinity)
#if !os(tvOS)
VStack(spacing: 0) {