diff --git a/scss/components/_window.scss b/scss/components/_window.scss index 4742f6f759..4f2d83ab8b 100644 --- a/scss/components/_window.scss +++ b/scss/components/_window.scss @@ -33,3 +33,10 @@ window:root dialog.zotero-dialog-window { padding: 20px; } } + +window:root[tabsintitlebar] { + @media (-moz-platform: linux) { + // Fix background overflow on Linux when no native titlebar + background: transparent; + } +}