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 {
|
||||
width: 100%;
|
||||
position:fixed;
|
||||
z-index: 50;
|
||||
z-index: 15 ;
|
||||
}
|
||||
|
||||
/* Barre de membre */
|
||||
@ -404,9 +404,10 @@ nav a:hover {
|
||||
}
|
||||
/* Barre de navigation fixe quand le menu est en-dehors du site */
|
||||
#navfixedlogout {
|
||||
position: fixed;
|
||||
position: -webkit-sticky; /* Safari */
|
||||
position: sticky;
|
||||
top:0px;
|
||||
z-index:18;
|
||||
z-index:0;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
@ -418,6 +419,8 @@ nav a:hover {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Corps */
|
||||
section {
|
||||
padding: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user