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

Same as #9503 but based on main
This commit is contained in:
Mitchell Hashimoto
2025-11-06 09:52:11 -07:00
committed by GitHub

View File

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