fix(tui): mount toast at app root

This commit is contained in:
Dax Raad 2026-07-15 01:24:18 -04:00
commit 83cfafc884
4 changed files with 4 additions and 6 deletions

View file

@ -24,7 +24,7 @@ export function Toast() {
position="absolute"
justifyContent="center"
alignItems="flex-start"
top={2}
top={1}
right={2}
maxWidth={Math.min(60, dimensions().width - 6)}
paddingLeft={2}