Skip to content

Commit 781bfdc

Browse files
committed
set scroll behaviour on Popover instead of Menu
1 parent 3b58304 commit 781bfdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/react-components/src/components/Menu

packages/react-components/src/components/Menu/Menu.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@
4242
box-sizing: border-box;
4343
padding: var(--layout-padding-xsmall) var(--layout-padding-xsmall);
4444
min-width: var(--trigger-width);
45+
max-height: inherit;
46+
overflow: scroll;
4547
}

0 commit comments

Comments
 (0)