mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56: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";
|
var containerTop = $('.menu_left').height() + 7 + "px";
|
||||||
$('#editbar').css("height", editbarHeight);
|
$('#editbar').css("height", editbarHeight);
|
||||||
$('#editorcontainer').css("top", containerTop);
|
$('#editorcontainer').css("top", containerTop);
|
||||||
|
if($('#options-stickychat').is(":checked")){
|
||||||
|
$('#chatbox').css("top", containerTop);
|
||||||
|
};
|
||||||
},
|
},
|
||||||
registerDropdownCommand: function (cmd, dropdown) {
|
registerDropdownCommand: function (cmd, dropdown) {
|
||||||
dropdown = dropdown || cmd;
|
dropdown = dropdown || cmd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue