mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
and even mroe polish
This commit is contained in:
parent
8c6507e78c
commit
5245d2b797
3 changed files with 7 additions and 4 deletions
|
@ -187,6 +187,9 @@ var padeditbar = (function()
|
|||
|
||||
$('#editorcontainer').css("top", containerTop);
|
||||
|
||||
// make sure pop ups are in the right place
|
||||
$('.popup').css("top", $('#editorcontainer').offset().top + "px");
|
||||
|
||||
// If sticky chat is enabled..
|
||||
if($('#options-stickychat').is(":checked")){
|
||||
$('#chatbox').css("top", $('#editorcontainer').offset().top + "px");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue