Add by Identifier: Fix popup positioning

This commit is contained in:
Abe Jellinek 2024-08-01 15:52:57 -04:00 committed by Dan Stillman
parent 41031bc995
commit 1ca243fa8c
2 changed files with 1 additions and 2 deletions

View file

@ -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) {

View file

@ -229,7 +229,6 @@ TODO: Replace with SVG
#zotero-lookup-panel {
min-height: 100px;
min-width: 500px;
padding: 10px;
}
#zotero-lookup-multiline-progress