mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-13 11:38:31 +08:00
fix(composer): No need for overlaid z-index: 10, appearing over menus
This commit is contained in:
parent
ea47381b52
commit
1e9b32ed05
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ body.platform-win32 {
|
|||
height: 0;
|
||||
line-height: 1.4; // must match contenteditable container
|
||||
overflow: visible;
|
||||
z-index: 10;
|
||||
z-index: 1;
|
||||
}
|
||||
img.n1-overlaid-component-anchor-container {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue