Fix user list messages max height
This commit is contained in:
parent
2bebe4262a
commit
34106e6de4
@ -87,6 +87,7 @@ $user-icons-color-hover: $color-gray;
|
||||
}
|
||||
|
||||
.messages {
|
||||
max-height: 30vh;
|
||||
}
|
||||
|
||||
.participants {
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
.content {
|
||||
@extend %flex-column;
|
||||
flex-grow: 9;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user