I'm creating a chat application and need to align messages from users the way is done in Skype, from bottom to top.
A solution was found here, but it has couple of flaws.
- the height of container is a fixed height, I need to cover all available height of the window (if I use height: 100%, it shrinks completely).
- The height of the message item is fixed, I need it to adjust to its content height.
Having a poor experience with CSS I'm having troubles to fix these 2 issues. Can someone point to a solution?