Skip to content

Commit

Permalink
Fix edit window scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiWu committed Dec 7, 2023
1 parent 8fd8e9b commit 2929d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const RuleEdit = ({
aria-labelledby="flyoutRuleEditTitle"
size="m"
maxWidth={620}
ownFocus={false}
ownFocus
>
<EuiFlyoutHeader hasBorder>
<EuiTitle size="s" data-test-subj="editRuleFlyoutTitle">
Expand Down

0 comments on commit 2929d15

Please sign in to comment.