fix minor bug where chat would overlay document scroll bar and also ensure rounded edges

This commit is contained in:
John McLear 2012-01-25 19:06:41 +00:00
parent 7b77f3d4b5
commit 917732422d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ var chat = (function()
isStuck = true;
}
else{ // Unstick it
$('#chatbox').css({"right":"0px", "top":"auto", "border-top-radius":"5px", "height":"200px"});
$('#chatbox').css({"right":"20px", "top":"auto", "border-top-left-radius":"5px", "border-top-right-radius":"5px", "height":"200px"});
$('#editorcontainer').css({"right":"0px", "width":"100%"});
isStuck = false;
}