add overflow: visible to show userlist item dropdown menu chevron

This commit is contained in:
KDSBrowne 2017-06-09 09:27:18 -07:00
parent 76beca5593
commit 65bf70b293

View File

@ -157,6 +157,7 @@
cursor: default;
min-width: 10vw;
max-width: 100%;
overflow: visible;
}
.actionsHeader {