mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
3b07dcdd4b
commit
fe2210b96d
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue