Browse Source

fix(desktop): toast position

Adam 1 month ago
parent
commit
86ccc3409b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ui/src/components/toast.css

+ 1 - 1
packages/ui/src/components/toast.css

@@ -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;