Dropdown drawer needs a z-index of at least 1,000 to not be *under* form fields on contact form
This commit is contained in:
parent
19ce619614
commit
296bd15a8a
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@
|
|||
background: local.$offwhite;
|
||||
transform: translateX(-100%);
|
||||
transition: transform 0.4s ease;
|
||||
z-index: 100;
|
||||
z-index: 10001;
|
||||
}
|
||||
|
||||
.drawer .nav-list {
|
||||
|
@ -192,4 +192,4 @@
|
|||
.drawer {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue