diff options
| author | Adam <[email protected]> | 2025-12-29 12:31:50 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-29 14:23:41 -0600 |
| commit | 86ccc3409b1d3d5cca70c4aec52e5cf0792aa9dd (patch) | |
| tree | d7f742bbd73c23d69a9e5399e1566a356f8810b3 | |
| parent | a89089c88f6b7272db3346ed86dde472b61379b4 (diff) | |
| download | opencode-86ccc3409b1d3d5cca70c4aec52e5cf0792aa9dd.tar.gz opencode-86ccc3409b1d3d5cca70c4aec52e5cf0792aa9dd.zip | |
fix(desktop): toast position
| -rw-r--r-- | packages/ui/src/components/toast.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/toast.css b/packages/ui/src/components/toast.css index 8f6cf1941..1459bb189 100644 --- a/packages/ui/src/components/toast.css +++ b/packages/ui/src/components/toast.css @@ -1,6 +1,6 @@ [data-component="toast-region"] { position: fixed; - bottom: 32px; + bottom: 48px; right: 32px; z-index: 1000; display: flex; |
