Skip to content

Commit

Permalink
[ES|QL] Allows the editor suggestions to be visible when inline docs …
Browse files Browse the repository at this point in the history
…flyout is open (#206064)

## Summary

Closes #199299

Changes the flyout z-index in order the suggestions to be visible when
the docs are open.


![image
(75)](https://github.com/user-attachments/assets/e13595d0-e98c-4e7b-9673-a6e3d011fee7)
  • Loading branch information
stratoula authored Jan 10, 2025
1 parent 6a4f4ea commit feefa77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function DocumentationFlyout({
onClose={() => onHelpMenuVisibilityChange(false)}
aria-labelledby="esqlInlineDocumentationFlyout"
data-test-subj="esqlInlineDocumentationFlyout"
css={{ zIndex: 1 }}
type="push"
size={DEFAULT_WIDTH}
paddingSize="m"
Expand Down

0 comments on commit feefa77

Please sign in to comment.