From efbbbafe41eb5b073177b421aceea5a1762ac3b7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 7 Feb 2019 18:07:27 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20marge=20dans=20menu=20non=20connec?= =?UTF-8?q?t=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 058a8f66..19151ed8 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -226,7 +226,7 @@ td > .col12 { .container-large-fixed { width: 100%; position:fixed; - z-index: 50; + z-index: 15 ; } /* Barre de membre */ @@ -404,9 +404,10 @@ nav a:hover { } /* Barre de navigation fixe quand le menu est en-dehors du site */ #navfixedlogout { - position: fixed; + position: -webkit-sticky; /* Safari */ + position: sticky; top:0px; - z-index:18; + z-index:0; width:100%; } @@ -418,6 +419,8 @@ nav a:hover { } + + /* Corps */ section { padding: 20px;