Position fixed for .toastify.toast

This commit is contained in:
zorn-v 2019-09-12 16:54:43 +10:00 committed by GitHub
parent 1b8d6df6cd
commit e2b4c958f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
padding: 12px;
padding-right: 34px;
margin-top: 45px;
position: absolute;
position: fixed;
z-index: 9000;
border-radius: var(--border-radius);