From 098d0bdba340c7307e5d3986d6812a575e56cfea Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 18 Jun 2019 03:09:41 -0700 Subject: [PATCH] Increase z-index Summary: Ensure that sheets aren't underneath the headers in the images plugin. {F162094893} Reviewed By: jknoxville Differential Revision: D15853171 fbshipit-source-id: 8fd7217a50ee2823a89b788718fdef50830dc31a --- src/__tests__/__snapshots__/App.electron.js.snap | 2 +- src/chrome/Sheet.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__tests__/__snapshots__/App.electron.js.snap b/src/__tests__/__snapshots__/App.electron.js.snap index 109a42506..bf41b3b49 100644 --- a/src/__tests__/__snapshots__/App.electron.js.snap +++ b/src/__tests__/__snapshots__/App.electron.js.snap @@ -113,7 +113,7 @@ exports[`Empty app state matches snapshot 1`] = `
({ position: 'absolute', left: '50%', top: 38, - zIndex: 3, + zIndex: 5, backgroundColor: '#EFEEEF', border: '1px solid #C6C6C6', borderTop: 'none',