fix(front/Field): prevent label from having a greater z-index than the mobile menu

This commit is contained in:
Alice Gaudon 2022-03-06 18:46:33 +01:00
parent fd2852c387
commit 3eb33c64d7
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
.control {
position: relative;
z-index: 0;
display: flex;
align-items: start;
flex-direction: row;