fix: avoid nested select widget z-index conflicts (#2990)
This commit is contained in:
@ -28,6 +28,7 @@ const visualEditorStyles = `
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: 100;
|
||||
`;
|
||||
|
||||
const InsertionPoint = styled.div`
|
||||
|
Reference in New Issue
Block a user