fix: Les sous menu était caché
This commit is contained in:
parent
175aac23e7
commit
8040f62eb0
|
@ -3,7 +3,6 @@
|
|||
.header
|
||||
height: 40vh
|
||||
position: relative
|
||||
z-index: 0
|
||||
|
||||
&.actu
|
||||
background-color: var(--color-green)
|
||||
|
@ -45,6 +44,7 @@
|
|||
right: 0
|
||||
background-color: var(--color-secondary)
|
||||
height: $nav-height
|
||||
z-index: 50
|
||||
|
||||
@media screen and (max-width: $size-md)
|
||||
top: 30px
|
||||
|
|
Loading…
Reference in New Issue