From 72c727e77347fc2a3f3e8bb27e7118922f859b87 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 15 Mar 2020 17:04:41 +0100 Subject: [PATCH] [9.2.25] footer zindex under cookie concent --- core/layout/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/layout/common.css b/core/layout/common.css index f7abc8c1..c88af4b3 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -774,7 +774,7 @@ footer #footerSocials .zwiico-github:hover { left: 0; color: #FFF; padding: 10px; - z-index: 20; + z-index: 60; text-align: center; font-size: .9em; }