Skip to content
Snippets Groups Projects
Commit 98d81363 authored by Bobak Oftadeh's avatar Bobak Oftadeh
Browse files

Fixed user-list scroll

parent 8a3d332d
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,11 @@
color: var(--color-gray-light);
}
.userListColumn {
@extend %flex-column;
min-height: 0;
}
.enter,
.appear {
opacity: 0.01;
......
......@@ -12,7 +12,8 @@
.container{
display: flex;
align-items: center;
margin-bottom: .3rem;
margin-bottom: var(--lg-padding-y);
margin-top: var(--sm-padding-x);
}
.scrollableList {
......
......@@ -175,7 +175,7 @@ class UserParticipants extends Component {
} = this.props;
return (
<div>
<div className={styles.userListColumn}>
{
!compact ?
<div className={styles.container}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment