Correction d'un bug d'1px sur le menu déroulant
This commit is contained in:
parent
322bb5bdec
commit
cf9246af64
1 changed files with 3 additions and 2 deletions
|
@ -32,8 +32,9 @@
|
|||
display: none;
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
width: calc(100% + 2px);
|
||||
border-radius: 0 0 4px 4px;
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
#header nav ul li ul li {
|
||||
|
|
Loading…
Reference in a new issue