mirror of
https://github.com/zotero/zotero.git
synced 2026-09-07 08:26:14 +00:00
Fix window background overflow when no native titlebar (#4516)
This commit is contained in:
parent
206496332d
commit
55017926b5
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue