From 06b19af1d0e1e5e1e77cecc9b9a024ad41618607 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 6 Nov 2019 15:52:24 +0000 Subject: [PATCH] toast on top --- index.html | 5 +++++ 1 file changed, 5 insertions(+) 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; }