From f8ee8a79079d2fd53c235a0bec7700fa96c6334e Mon Sep 17 00:00:00 2001 From: hoangnd Date: Thu, 25 Oct 2018 12:55:35 +0700 Subject: [PATCH 1/2] Allow click footer link when loading --- client/src/components/ui/Tabler.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/ui/Tabler.css b/client/src/components/ui/Tabler.css index 967d4d0b..82ab58d4 100644 --- a/client/src/components/ui/Tabler.css +++ b/client/src/components/ui/Tabler.css @@ -10373,6 +10373,8 @@ body.fixed-header .header { font-size: 0.875rem; padding: 1.25rem 0; color: #9aa0ac; + position: relative; + z-index: 102; } .footer a:not(.btn) { From 3be7366ae11c160dccb1b7499f75225c99d71ceb Mon Sep 17 00:00:00 2001 From: hoangnd Date: Thu, 25 Oct 2018 16:44:23 +0700 Subject: [PATCH 2/2] 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; }