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: -webkit-sticky; /* Safari */
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top:0px;
|
top:0px;
|
||||||
z-index:0;
|
z-index:10;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navfixedconnected {
|
#navfixedconnected {
|
||||||
top:45px;
|
top:45px;
|
||||||
z-index:18;
|
z-index:10;
|
||||||
position: -webkit-sticky; /* Safari */
|
position: -webkit-sticky; /* Safari */
|
||||||
position: sticky;
|
position: sticky;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user