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 */
|
||||
#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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user