mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 21:29:12 -04:00
Fixed CSS Bugs in webkit and IE. thx @johnyma22
This commit is contained in:
parent
bd1ac333db
commit
51c4aff54b
2 changed files with 10 additions and 3 deletions
|
@ -8,8 +8,9 @@ zoom: 1;
|
|||
|
||||
#editorcontainerbox
|
||||
{
|
||||
position: relative;
|
||||
top: 1px;
|
||||
/*position: relative;*/
|
||||
position:absolute;
|
||||
top: 37px;
|
||||
padding-top: 37px;
|
||||
}
|
||||
#editorcontainer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue