I麓ve already try to put a dropdown as a secondary content in Collection. The problem is that when a expand the dropdown menu , their options appear "overflow hidden" into the area of item collection. Is it possible to fix the z-index of the dropdown to fix that?
Thanks
I've added this to my css overrides to fix the problem:
.collection {
overflow: visible;
}
Most helpful comment
I've added this to my css overrides to fix the problem: