Automatically scroll to the last message
This commit is contained in:
parent
3cbfd2709f
commit
bdf754c0d8
2 changed files with 16 additions and 0 deletions
|
@ -3,6 +3,14 @@
|
|||
@import "constants";
|
||||
|
||||
.messagerie {
|
||||
ul {
|
||||
max-height: 350px;
|
||||
overflow-y: scroll;
|
||||
border: 1px solid $border-grey;
|
||||
padding: 2 * $default-spacer;
|
||||
margin-bottom: $default-spacer;
|
||||
}
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue