[Unified search] Fixes the problem with the button popover buttons on DSL filters (#142402)

* [Unified search] Fixes the problem with the button popover buttons on DSL filters

* Add comment

* Apply comments
This commit is contained in:
Stratoula Kalafateli 2022-10-03 14:21:24 +03:00 committed by GitHub
parent 3b07dcdd4b
commit fe2210b96d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,13 @@ class FilterEditorUI extends Component<FilterEditorProps, State> {
</div>
<EuiPopoverFooter paddingSize="s">
<EuiFlexGroup direction="rowReverse" alignItems="center" responsive={false}>
{/* Adding isolation here fixes this bug https://github.com/elastic/kibana/issues/142211 */}
<EuiFlexGroup
direction="rowReverse"
alignItems="center"
style={{ isolation: 'isolate' }}
responsive={false}
>
<EuiFlexItem grow={false}>
<EuiButton
fill