Fix user list messages max height

This commit is contained in:
Oswaldo Acauan 2017-10-11 15:11:48 -03:00
parent 2bebe4262a
commit 34106e6de4
2 changed files with 2 additions and 1 deletions

View File

@ -87,6 +87,7 @@ $user-icons-color-hover: $color-gray;
}
.messages {
max-height: 30vh;
}
.participants {

View File

@ -3,7 +3,7 @@
.content {
@extend %flex-column;
flex-grow: 9;
flex-grow: 1;
overflow: hidden;
}