Merge pull request #17110 from zorn-v/patch-1
Position fixed for .toastify.toast
This commit is contained in:
commit
d231fc9843
|
@ -7,7 +7,7 @@
|
|||
padding: 12px;
|
||||
padding-right: 34px;
|
||||
margin-top: 45px;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: 9000;
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
|
|
Loading…
Reference in New Issue