Skip to content

Commit

Permalink
148790 - Fix scroll style for setup guide flyout (#149242)
Browse files Browse the repository at this point in the history
Fixes #148790
  • Loading branch information
claracruz authored Jan 24, 2023
1 parent d68e9c7 commit ca815a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const getGuidePanelStyles = (euiTheme: EuiThemeComputed) => ({
}
`,
flyoutBody: css`
overflow: scroll;
overflow: auto;
.euiFlyoutBody__overflowContent {
width: 480px;
padding-top: 10px;
Expand Down

0 comments on commit ca815a7

Please sign in to comment.