Fix Citation dialog not working on Windows with high refresh rates

Closes #3804
This commit is contained in:
Adomas Venčkauskas 2024-03-08 12:19:28 +02:00
parent af1aab3f0a
commit 633bee45af

View file

@ -131,7 +131,7 @@ var Zotero_QuickFormat = new function () {
}
});
if (Zotero.isWin) {
dialog.style.marginBottom = "-36px";
referencePanel.style.marginTop = "-34px";
if (Zotero.Prefs.get('integration.keepAddCitationDialogRaised')) {
dialog.setAttribute("square", "true");
}