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 { .container-large-fixed {
width: 100%; width: 100%;
position:fixed; position:fixed;
z-index: 50; z-index: 15 ;
} }
/* Barre de membre */ /* Barre de membre */
@ -404,9 +404,10 @@ nav a:hover {
} }
/* Barre de navigation fixe quand le menu est en-dehors du site */ /* Barre de navigation fixe quand le menu est en-dehors du site */
#navfixedlogout { #navfixedlogout {
position: fixed; position: -webkit-sticky; /* Safari */
position: sticky;
top:0px; top:0px;
z-index:18; z-index:0;
width:100%; width:100%;
} }
@ -418,6 +419,8 @@ nav a:hover {
} }
/* Corps */ /* Corps */
section { section {
padding: 20px; padding: 20px;