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

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

* Add comment

* Apply comments

(cherry picked from commit fe2210b96d)

Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
Kibana Machine 2022-10-03 06:34:48 -06:00 committed by GitHub
parent 56db97f070
commit 8a3afc220b
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