Add by Identifier: Fix popup positioning
This commit is contained in:
parent
41031bc995
commit
1ca243fa8c
2 changed files with 1 additions and 2 deletions
|
@ -159,7 +159,7 @@ var Zotero_Lookup = new function () {
|
|||
if (!button) {
|
||||
button = document.getElementById("zotero-tb-lookup");
|
||||
}
|
||||
panel.openPopup(button, "after_start", 16, -2, false, false);
|
||||
panel.openPopup(button, "after_start", 0, 0, false, false);
|
||||
}
|
||||
|
||||
this.onFocusOut = function(event) {
|
||||
|
|
|
@ -229,7 +229,6 @@ TODO: Replace with SVG
|
|||
#zotero-lookup-panel {
|
||||
min-height: 100px;
|
||||
min-width: 500px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#zotero-lookup-multiline-progress
|
||||
|
|
Loading…
Add table
Reference in a new issue