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
This commit is contained in:
Pascal Hartig
2019-06-18 03:09:41 -07:00
committed by Facebook Github Bot
parent 9c75ea7665
commit 098d0bdba3
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ exports[`Empty app state matches snapshot 1`] = `
</div>
</div>
<div
className="css-6xnt2s"
className="css-v6xy5u"
>
<div
id="pluginSheetContents"

View File

@@ -26,7 +26,7 @@ const DialogContainer = styled('div')(({state}) => ({
position: 'absolute',
left: '50%',
top: 38,
zIndex: 3,
zIndex: 5,
backgroundColor: '#EFEEEF',
border: '1px solid #C6C6C6',
borderTop: 'none',