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:
benjamin melançon 2025-07-29 13:55:44 -04:00
parent 19ce619614
commit 296bd15a8a

View file

@ -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%;
}
}
}