mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
fix issue with top of chatbox not being aligned properly
This commit is contained in:
parent
edc5669fa6
commit
e6d85bbe69
@ -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…
x
Reference in New Issue
Block a user