forked from ZwiiCMS-Team/ZwiiCMS
Correction marge dans menu non connecté
This commit is contained in:
parent
02c05da7fe
commit
efbbbafe41
@ -226,7 +226,7 @@ td > .col12 {
|
|||||||
.container-large-fixed {
|
.container-large-fixed {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
z-index: 50;
|
z-index: 15 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Barre de membre */
|
/* Barre de membre */
|
||||||
@ -404,9 +404,10 @@ 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: -webkit-sticky; /* Safari */
|
||||||
|
position: sticky;
|
||||||
top:0px;
|
top:0px;
|
||||||
z-index:18;
|
z-index:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -418,6 +419,8 @@ nav a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Corps */
|
/* Corps */
|
||||||
section {
|
section {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user