macOS: fix funky resolution in quick terminal (#9504)

Same as #9503 but based on main
pull/9512/head
Mitchell Hashimoto 2025-11-06 09:52:11 -07:00 committed by GitHub
commit 4df50da207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ fileprivate struct UpdateOverlay: View {
.padding(.trailing, 9)
}
}
.frame(maxWidth: .greatestFiniteMagnitude, maxHeight: .greatestFiniteMagnitude)
}
}
}