From 1ca243fa8ca51a28e7d4471fb5374912be9d4b53 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Thu, 1 Aug 2024 15:52:57 -0400 Subject: [PATCH] Add by Identifier: Fix popup positioning --- chrome/content/zotero/lookup.js | 2 +- chrome/skin/default/zotero/overlay.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/zotero/lookup.js b/chrome/content/zotero/lookup.js index fe64eab699..4f486e5bb9 100644 --- a/chrome/content/zotero/lookup.js +++ b/chrome/content/zotero/lookup.js @@ -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) { diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index ea93091dc6..78a6239483 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -229,7 +229,6 @@ TODO: Replace with SVG #zotero-lookup-panel { min-height: 100px; min-width: 500px; - padding: 10px; } #zotero-lookup-multiline-progress