From 3be7366ae11c160dccb1b7499f75225c99d71ceb Mon Sep 17 00:00:00 2001
From: hoangnd <hoangnd@rikkeisoft.com>
Date: Thu, 25 Oct 2018 16:44:23 +0700
Subject: [PATCH] Fix toast z-index after allow click link on footer on loading

---
 client/src/components/Toasts/Toast.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/components/Toasts/Toast.css b/client/src/components/Toasts/Toast.css
index ff3269b7..dd4f3c1b 100644
--- a/client/src/components/Toasts/Toast.css
+++ b/client/src/components/Toasts/Toast.css
@@ -2,7 +2,7 @@
     position: fixed;
     right: 24px;
     bottom: 24px;
-    z-index: 10;
+    z-index: 103;
     width: 345px;
 }