Skip to content

Commit

Permalink
Merge pull request #202 from csandman/menu-width
Browse files Browse the repository at this point in the history
MenuList width fix
  • Loading branch information
csandman committed Oct 11, 2022
2 parents 28a4f35 + dcf4d9e commit 4c1c2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chakra-components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const MenuList = <

const initialSx: SystemStyleObject = {
...menuStyles.list,
minW: "100%",
maxHeight: `${maxHeight}px`,
overflowY: "auto",
borderRadius: inputStyles.field?.borderRadius,
Expand Down

0 comments on commit 4c1c2a5

Please sign in to comment.