fix(tui): mount toast at app root
This commit is contained in:
parent
09cd7445f1
commit
83cfafc884
4 changed files with 4 additions and 6 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue