and even mroe polish

This commit is contained in:
John McLear 2015-02-09 18:36:11 +00:00
parent 8c6507e78c
commit 5245d2b797
3 changed files with 7 additions and 4 deletions

View file

@ -187,6 +187,9 @@ var padeditbar = (function()
$('#editorcontainer').css("top", containerTop);
// make sure pop ups are in the right place
$('.popup').css("top", $('#editorcontainer').offset().top + "px");
// If sticky chat is enabled..
if($('#options-stickychat').is(":checked")){
$('#chatbox').css("top", $('#editorcontainer').offset().top + "px");