some fixes
This commit is contained in:
@@ -20,5 +20,12 @@ struct GameView: View {
|
||||
|
||||
// Use this for < Xcode 26
|
||||
OldWebView(game.url)
|
||||
.frame(
|
||||
minWidth: 0,
|
||||
maxWidth: .infinity,
|
||||
minHeight: 0,
|
||||
maxHeight: .infinity,
|
||||
alignment: .topLeading
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user