chanzuckerberg / sci-components

2021 Science Design System Component Library
https://chanzuckerberg.github.io/sci-components/
MIT License
25 stars 7 forks source link

fix(dropdownmenu): fix header visibility and extra margin issue #855

Closed masoudmanson closed 1 month ago

masoudmanson commented 1 month ago

Summary

DropdownMenu Github issue: #854

The DropdownMenu header should not be rendered if neither title nor headerComponentSlot are defined. Previously, the header was being rendered unnecessarily, causing an extra 8px margin at the top of the DropdownMenu. This fix ensures the header is only rendered when needed, resolving the excess margin issue.