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…
Reference in a new issue