diff --git a/index.html b/index.html
index e90d9c3fa..36d8230ac 100644
--- a/index.html
+++ b/index.html
@@ -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;
}