forked from ZwiiCMS-Team/ZwiiCMS
Correct Menu connecté sticky et noon fixed
This commit is contained in:
parent
9bcb289c2f
commit
b59322842c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user