mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 11:24:13 +00:00
macOS: fix misplaced frame modifier
As per #9504, this was supposed to be on `ZStack`, not on the overlay. See also #9503. I cherry-picked it in the wrong place before.
This commit is contained in:
@@ -119,6 +119,7 @@ struct TerminalView<ViewModel: TerminalViewModel>: View {
|
||||
UpdateOverlay()
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: .greatestFiniteMagnitude, maxHeight: .greatestFiniteMagnitude)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -136,7 +137,6 @@ fileprivate struct UpdateOverlay: View {
|
||||
.padding(.trailing, 9)
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: .greatestFiniteMagnitude, maxHeight: .greatestFiniteMagnitude)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user