From 470a907b5433c96c30fbd3691b4f0739dc0b64df Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 7 Feb 2019 18:08:55 +0100 Subject: [PATCH] =?UTF-8?q?z-index=20mis=20=C3=A0=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 19151ed8..088ae7aa 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -407,13 +407,13 @@ nav a:hover { position: -webkit-sticky; /* Safari */ position: sticky; top:0px; - z-index:0; + z-index:10; width:100%; } #navfixedconnected { top:45px; - z-index:18; + z-index:10; position: -webkit-sticky; /* Safari */ position: sticky; }