diff --git a/client/css/style.css b/client/css/style.css index b0b851d..0ce5b33 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -153,7 +153,7 @@ h2 { #chat .users { background: #fff; border-left: 1px solid #ddd; - bottom: 0; + bottom: 30px; overflow-y: auto; padding: 4px 0; position: absolute; @@ -255,6 +255,7 @@ h2 { display: none; } #chat .users { + bottom: 0; right: -160px; } #chat .users a { diff --git a/client/index.html b/client/index.html index 7157a7b..e476636 100644 --- a/client/index.html +++ b/client/index.html @@ -55,20 +55,24 @@
- - + + - -