summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-29 12:31:50 -0600
committerAdam <[email protected]>2025-12-29 14:23:41 -0600
commit86ccc3409b1d3d5cca70c4aec52e5cf0792aa9dd (patch)
treed7f742bbd73c23d69a9e5399e1566a356f8810b3
parenta89089c88f6b7272db3346ed86dde472b61379b4 (diff)
downloadopencode-86ccc3409b1d3d5cca70c4aec52e5cf0792aa9dd.tar.gz
opencode-86ccc3409b1d3d5cca70c4aec52e5cf0792aa9dd.zip
fix(desktop): toast position
-rw-r--r--packages/ui/src/components/toast.css2
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;