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>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="css-6xnt2s"
|
className="css-v6xy5u"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id="pluginSheetContents"
|
id="pluginSheetContents"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ const DialogContainer = styled('div')(({state}) => ({
|
|||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: '50%',
|
left: '50%',
|
||||||
top: 38,
|
top: 38,
|
||||||
zIndex: 3,
|
zIndex: 5,
|
||||||
backgroundColor: '#EFEEEF',
|
backgroundColor: '#EFEEEF',
|
||||||
border: '1px solid #C6C6C6',
|
border: '1px solid #C6C6C6',
|
||||||
borderTop: 'none',
|
borderTop: 'none',
|
||||||
|
|||||||
Reference in New Issue
Block a user