1
0
Fork 0

corrects toast location when scrolling, closes #36

master
gdorsi 2019-11-13 17:43:09 +01:00
parent 541b40fc7f
commit 1734a4e229
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;
}