Fix Citation dialog not working on Windows with high refresh rates
Closes #3804
This commit is contained in:
parent
af1aab3f0a
commit
633bee45af
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue