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:
committed by
Facebook Github Bot
parent
9c75ea7665
commit
098d0bdba3
@@ -113,7 +113,7 @@ exports[`Empty app state matches snapshot 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="css-6xnt2s"
|
||||
className="css-v6xy5u"
|
||||
>
|
||||
<div
|
||||
id="pluginSheetContents"
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user