mirror of https://github.com/espruino/BangleApps
toast on top
parent
0b7d30908a
commit
06b19af1d0
|
@ -16,6 +16,11 @@
|
|||
.avatar img {
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
background: #ddd;
|
||||
}
|
||||
#toastcontainer {
|
||||
position:absolute;
|
||||
bottom:8px;left:0px;right:0px;
|
||||
z-index: 100;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue