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