Skip to content

Instantly share code, notes, and snippets.

@HazemBZ
Created May 16, 2023 15:37
Show Gist options
  • Save HazemBZ/c5a6d76d9e527617deecaf832519ac5b to your computer and use it in GitHub Desktop.
Save HazemBZ/c5a6d76d9e527617deecaf832519ac5b to your computer and use it in GitHub Desktop.
Chat stacking and scrolling
.messages {
height: 500px;
overflow: auto;
margin-top: 25px;
display: flex;
flex-flow: column nowrap;
> :first-child {
margin-top: auto; // When container is empty takes all empty space
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment