mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
fix issue with top of chatbox not being aligned properly
This commit is contained in:
parent
edc5669fa6
commit
e6d85bbe69
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue