summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;