forked from extern/egroupware
Solved issue with felamimail type completion result box and ckeditor3
This commit is contained in:
parent
2ce1a667d6
commit
85ab1ddf26
@ -274,6 +274,7 @@ function displayResultBox() {
|
||||
resultBox.style.top=top + 'px';
|
||||
resultBox.style.left=left + 'px';
|
||||
resultBox.style.width=width + 'px';
|
||||
resultBox.style.zIndex = 100000;
|
||||
|
||||
resultBox.className = 'resultBoxVisible';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user