z-index mis à 10
This commit is contained in:
parent
efbbbafe41
commit
470a907b54
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user