I have a chatbox in my website but everytime I type a message. the scroll bar goes up. how do I make it be fixed at the bottom like chatting in facebook.
this is the css
.chat-messages {
background-color: #fff;
margin: 10px;
padding: 10px;
line-height: 1.2em;
height: 550px;
max-height: 550px;
overflow-y: auto;
}