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