Skip to content

Commit

Permalink
Make it scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Jun 26, 2023
1 parent 5768166 commit e70ed3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const NavigationEmbeddableComponent = () => {

// TODO: horizontal VS vertical layout rather than `EuiListGroup`
return (
<EuiPanel>
<EuiPanel className="eui-yScroll">
<EuiListGroup flush listItems={dashboardListGroupItems} size="s" />
<EuiPopover
button={addLinkButton}
Expand Down

0 comments on commit e70ed3c

Please sign in to comment.