mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-25 21:50:20 +00:00
Fix: Make Toast Fixed & Increase Z-Index (#2850)
This commit is contained in:
parent
c21b44a4e6
commit
668d5415c8
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
transition: transform 0.2s ease;
|
transition: transform 0.2s ease;
|
||||||
overflow: hidden;
|
z-index: 2147483647;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dx-toast .dx-toast-inner {
|
.dx-toast .dx-toast-inner {
|
||||||
transition: right 0.2s ease-out;
|
transition: right 0.2s ease-out;
|
||||||
position: relative;
|
position: fixed;
|
||||||
|
|
||||||
background-color: #181B20;
|
background-color: #181B20;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
Loading…
Reference in a new issue