mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
better fix
This commit is contained in:
parent
e6d85bbe69
commit
68979e1212
1 changed files with 2 additions and 1 deletions
|
@ -183,9 +183,10 @@ var padeditbar = (function()
|
|||
var editbarHeight = $('.menu_left').height() + 2 + "px";
|
||||
var containerTop = $('.menu_left').height() + 7 + "px";
|
||||
$('#editbar').css("height", editbarHeight);
|
||||
|
||||
$('#editorcontainer').css("top", containerTop);
|
||||
if($('#options-stickychat').is(":checked")){
|
||||
$('#chatbox').css("top", containerTop);
|
||||
$('#chatbox').css("top", $('#editorcontainer').offset().top + "px");
|
||||
};
|
||||
},
|
||||
registerDropdownCommand: function (cmd, dropdown) {
|
||||
|
|
Loading…
Reference in a new issue