corrects toast location when scrolling, closes #36
parent
541b40fc7f
commit
1734a4e229
|
|
@ -18,7 +18,7 @@
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
#toastcontainer {
|
#toastcontainer {
|
||||||
position:absolute;
|
position:fixed;
|
||||||
bottom:8px;left:0px;right:0px;
|
bottom:8px;left:0px;right:0px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue