fix issue with top of chatbox not being aligned properly

This commit is contained in:
John McLear 2014-11-28 00:26:34 +00:00
parent edc5669fa6
commit e6d85bbe69
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,9 @@ var padeditbar = (function()
var containerTop = $('.menu_left').height() + 7 + "px";
$('#editbar').css("height", editbarHeight);
$('#editorcontainer').css("top", containerTop);
if($('#options-stickychat').is(":checked")){
$('#chatbox').css("top", containerTop);
};
},
registerDropdownCommand: function (cmd, dropdown) {
dropdown = dropdown || cmd;