Skip to content

Commit

Permalink
[ResponseOps][Rules] Rule type selection modal content cut off on sma…
Browse files Browse the repository at this point in the history
…ll screens due to lack of vertical scrolling (elastic#195234)

## Summary

Closes elastic#184048

- the rule type selection modal is now scrollable on smaller windows

https:/user-attachments/assets/47082b35-02a7-4b67-9a88-ee4200908bef

Co-authored-by: Antonio <[email protected]>
(cherry picked from commit 6df6724)
  • Loading branch information
georgianaonoleata1904 committed Oct 9, 2024
1 parent aa0b7f6 commit 21ef8de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ export const RuleTypeList: React.FC<RuleTypeListProps> = ({
grow={1}
style={{
paddingTop: euiTheme.size.base /* Match drop shadow padding in the right column */,
paddingRight: euiTheme.size.base,
overflowY: 'auto',
}}
>
<EuiFacetGroup>
Expand Down

0 comments on commit 21ef8de

Please sign in to comment.