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;