fix(cli): prevent settings dialog border clipping using maxHeight (#26507)

This commit is contained in:
Jack Wotherspoon
2026-05-05 12:22:58 -04:00
committed by GitHub
parent 1d72a120fb
commit 7cc19c2a1b
4 changed files with 112 additions and 1 deletions
@@ -425,7 +425,7 @@ export function BaseSettingsDialog({
flexDirection="row"
padding={1}
width="100%"
height="100%"
maxHeight={availableHeight}
>
<Box flexDirection="column" flexGrow={1}>
{/* Title */}