Correct Menu connecté sticky et noon fixed

This commit is contained in:
fredtempez 2019-02-07 17:57:41 +01:00
parent 9bcb289c2f
commit b59322842c
1 changed files with 4 additions and 4 deletions

View File

@ -405,16 +405,16 @@ 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: fixed;
top:0; top:0px;
z-index:18; z-index:18;
width:100%; width:100%;
} }
#navfixedconnected { #navfixedconnected {
position: fixed; top:45px;
top:45;
z-index:18; z-index:18;
width:100%; position: -webkit-sticky; /* Safari */
position: sticky;
} }