z-index mis à 10

This commit is contained in:
fredtempez 2019-02-07 18:08:55 +01:00
parent efbbbafe41
commit 470a907b54
1 changed files with 2 additions and 2 deletions

View File

@ -407,13 +407,13 @@ nav a:hover {
position: -webkit-sticky; /* Safari */
position: sticky;
top:0px;
z-index:0;
z-index:10;
width:100%;
}
#navfixedconnected {
top:45px;
z-index:18;
z-index:10;
position: -webkit-sticky; /* Safari */
position: sticky;
}