Skip to content

Commit

Permalink
Merge pull request #355 from csandman/fix/menu-list-positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman authored Jan 16, 2025
2 parents baedc04 + e92624b commit 228e951
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 @@ -77,6 +77,7 @@ export const MenuList = <
const initialCss: SystemStyleObject = {
...selectStyles.content,
maxHeight: `${maxHeight}px`,
position: "relative", // required for offset[Height, Top] > keyboard scroll
};

const css = chakraStyles?.menuList
Expand Down

0 comments on commit 228e951

Please sign in to comment.