fix: avoid nested select widget z-index conflicts (#2990)

This commit is contained in:
Shawn Erquhart
2019-12-20 15:40:09 -05:00
committed by GitHub
parent 8c175f6132
commit fe097202f0
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ const visualEditorStyles = `
padding: 0;
display: flex;
flex-direction: column;
z-index: 100;
`;
const InsertionPoint = styled.div`