Merge pull request #17110 from zorn-v/patch-1

Position fixed for .toastify.toast
This commit is contained in:
Roeland Jago Douma 2019-09-15 10:18:05 +02:00 committed by GitHub
commit d231fc9843
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: 12px;
padding-right: 34px; padding-right: 34px;
margin-top: 45px; margin-top: 45px;
position: absolute; position: fixed;
z-index: 9000; z-index: 9000;
border-radius: var(--border-radius); border-radius: var(--border-radius);