Materialize: [question] Is it possible to put a dropdown inside Collection?

Created on 3 Aug 2015  路  1Comment  路  Source: Dogfalo/materialize

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

Most helpful comment

I've added this to my css overrides to fix the problem:

.collection {
  overflow: visible;
}

>All comments

I've added this to my css overrides to fix the problem:

.collection {
  overflow: visible;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

samybob1 picture samybob1  路  3Comments

SoproniOli713 picture SoproniOli713  路  3Comments

ReiiYuki picture ReiiYuki  路  3Comments

heshamelmasry77 picture heshamelmasry77  路  3Comments

hartwork picture hartwork  路  3Comments