Преглед на файлове

Fix: Make Toast Fixed & Increase Z-Index (#2850)

Miles Murgaw преди 10 месеца
родител
ревизия
668d5415c8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      packages/cli/assets/toast.html

+ 2 - 2
packages/cli/assets/toast.html

@@ -14,12 +14,12 @@
     padding-right: 10px;
     user-select: none;
     transition: transform 0.2s ease;
-    overflow: hidden;
+    z-index: 2147483647;
   }
 
   .dx-toast .dx-toast-inner {
     transition: right 0.2s ease-out;
-    position: relative;
+    position: fixed;
 
     background-color: #181B20;
     color: #ffffff;