Skip to content

Commit

Permalink
Merge branch 'master' into mc-add-cc-info
Browse files Browse the repository at this point in the history
  • Loading branch information
mannycarrera4 authored Dec 2, 2024
2 parents 52b8136 + 9ecb2d9 commit f5baac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/react/collection/lib/useOverflowListTarget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const useOverflowListTarget = createElemPropsHook(useOverflowListModel)((
parseFloat(styles.marginLeft) +
parseFloat(styles.marginRight),
height:
localRef.current.offsetWidth +
localRef.current.offsetHeight +
parseFloat(styles.marginTop) +
parseFloat(styles.marginBottom),
});
Expand Down

0 comments on commit f5baac1

Please sign in to comment.