fix(desktop): toast position

This commit is contained in:
Adam 2025-12-29 12:31:50 -06:00
commit 86ccc3409b
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

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