Created
May 16, 2023 15:37
-
-
Save HazemBZ/c5a6d76d9e527617deecaf832519ac5b to your computer and use it in GitHub Desktop.
Chat stacking and scrolling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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