Check out this functional plunker that is nearly complete. The current issue I am facing is with the chat divs being dynamically added to the body using $compile
, but they all have the same CSS class and end up overlapping each other, like so:
.chat-window{
bottom:0;
position:fixed;
float:right;
margin-left:10px;
}
Can anyone suggest css modifications that would make them open side-by-side instead of overlapping?
I would appreciate a little assistance with this. Thank you.