فهرست منبع

fix(desktop): toast position

Adam 1 ماه پیش
والد
کامیت
86ccc3409b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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"] {
   position: fixed;
-  bottom: 32px;
+  bottom: 48px;
   right: 32px;
   z-index: 1000;
   display: flex;