fix(composer): No need for overlaid z-index: 10, appearing over menus

This commit is contained in:
Ben Gotow 2016-09-27 14:40:58 -07:00
parent ea47381b52
commit 1e9b32ed05

View file

@ -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;