Working connections with chat event listener

This commit is contained in:
AlexKvazos
2015-04-28 10:20:34 -05:00
parent 9886a9408b
commit 16da80bf5a
10 changed files with 150 additions and 23 deletions
+9
View File
@@ -1,3 +1,10 @@
body, html {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
}
body {
padding-top: 80px;
}
@@ -10,6 +17,8 @@ body {
right: 0;
color: #D6D6D6;
padding: 0 20px;
overflow: scroll;
padding-bottom: 10px;
}
#chat {
position: absolute;