mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
fix minor bug where chat would overlay document scroll bar and also ensure rounded edges
This commit is contained in:
parent
7b77f3d4b5
commit
917732422d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ var chat = (function()
|
||||||
isStuck = true;
|
isStuck = true;
|
||||||
}
|
}
|
||||||
else{ // Unstick it
|
else{ // Unstick it
|
||||||
$('#chatbox').css({"right":"0px", "top":"auto", "border-top-radius":"5px", "height":"200px"});
|
$('#chatbox').css({"right":"20px", "top":"auto", "border-top-left-radius":"5px", "border-top-right-radius":"5px", "height":"200px"});
|
||||||
$('#editorcontainer').css({"right":"0px", "width":"100%"});
|
$('#editorcontainer').css({"right":"0px", "width":"100%"});
|
||||||
isStuck = false;
|
isStuck = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue