fix(front/Field): prevent label from having a greater z-index than the mobile menu
This commit is contained in:
parent
fd2852c387
commit
3eb33c64d7
@ -108,6 +108,7 @@
|
|||||||
|
|
||||||
.control {
|
.control {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
Reference in New Issue
Block a user