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