Render UserList with react-virtualized

This commit is contained in:
Ken-Håvard Lieng 2016-02-06 01:54:21 +01:00
parent 7108fa572c
commit 23e75b8f40
7 changed files with 76 additions and 54 deletions

View file

@ -457,11 +457,6 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
transition: transform .2s;
}
.userlist > div {
overflow-y: auto !important;
padding: 10px 0px;
}
.userlist p {
padding: 0px 15px;
cursor: pointer;