fix(desktop): toast position

pull/6395/head
Adam 2025-12-29 12:31:50 -06:00
parent a89089c88f
commit 86ccc3409b
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[data-component="toast-region"] {
position: fixed;
bottom: 32px;
bottom: 48px;
right: 32px;
z-index: 1000;
display: flex;