Sort menu Incorrect padding bottom #11078 (#11091)

##  Issue
- Closes #11078
- **visual regression** from PR - #9159 that likely might have break
visuals in several other places.
This commit is contained in:
Nabhag Motivaras
2025-03-21 20:59:30 +05:30
committed by GitHub
parent 3328998e61
commit 081f5fa766

View File

@ -240,7 +240,7 @@ export const ObjectSortDropdownButton = ({
setObjectSortDropdownSearchInput(event.target.value)
}
/>
<DropdownMenuItemsContainer>
<DropdownMenuItemsContainer scrollable={false}>
{visibleFieldMetadataItems.map(
(visibleFieldMetadataItem, index) => (
<MenuItem