Correction marge dans menu non connecté

This commit is contained in:
fredtempez 2019-02-07 18:07:27 +01:00
parent 02c05da7fe
commit efbbbafe41
1 changed files with 6 additions and 3 deletions

View File

@ -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;