Render userlist with react-infinite
This commit is contained in:
parent
5110029f3a
commit
806f9aae27
4 changed files with 21 additions and 8 deletions
|
@ -243,10 +243,11 @@ p {
|
|||
bottom: 50px;
|
||||
right: 0;
|
||||
width: 200px;
|
||||
padding: 15px 0px;
|
||||
overflow: auto;
|
||||
border-left: 1px solid #DDD;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.userlist > div {
|
||||
padding: 15px 0px;
|
||||
}
|
||||
|
||||
.userlist p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue