1
0
Fork 0

Merge pull request #39 from gdorsi/master

corrects toast location when scrolling, closes #36
master
Gordon Williams 2019-11-13 16:56:12 +00:00 committed by GitHub
commit c4daf19ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
background: #ddd;
}
#toastcontainer {
position:absolute;
position:fixed;
bottom:8px;left:0px;right:0px;
z-index: 100;
}