corrects toast location when scrolling, closes #36
@ -18,7 +18,7 @@
background: #ddd;
}
#toastcontainer {
position:absolute;
position:fixed;
bottom:8px;left:0px;right:0px;
z-index: 100;