Fx60: Fix quick format dialog artefacting on macOS. Closes #1720
This commit is contained in:
parent
efdc4bae19
commit
371cef4035
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ var Zotero_QuickFormat = new function () {
|
|||
// as titlebar+maincontent, so we have hack around that here.
|
||||
if (Zotero.isMac && Zotero.platformMajorVersion >= 60) {
|
||||
qfb.style.marginBottom = "-22px";
|
||||
referencePanel.style.marginTop = "22px";
|
||||
}
|
||||
|
||||
// add labels to popup
|
||||
|
|
Loading…
Reference in a new issue