Skip to content

Commit f8d4ae3

Browse files
authored
Fixes the zindex of the resizable flyout over the editor (elastic#222925)
## Summary Fixes the flyout resize area above the editor. Before ![image](https://github.com/user-attachments/assets/2702ec5f-ede6-4712-84cd-294c1522a156) After <img width="862" alt="image" src="https://github.com/user-attachments/assets/4c772127-6bcb-4776-a969-5014843ae720" />
1 parent c6732b9 commit f8d4ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/platform/plugins/shared/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export function LensEditConfigurationFlyout({
366366
direction="column"
367367
gutterSize="none"
368368
>
369-
<div ref={editorContainer} />
369+
<div ref={editorContainer} style={{ zIndex: 0 }} />
370370
<EuiFlexItem
371371
grow={isLayerAccordionOpen ? 1 : false}
372372
css={css`

0 commit comments

Comments
 (0)