iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
84 stars 23 forks source link

feat(Table): Style `DropdownMenu` inside of `ActionColumn` in `Table` #756

Closed r100-stack closed 2 years ago

r100-stack commented 2 years ago

Co-authored-by: adamhock adamhock@users.noreply.github.com

Closes #730.

Checklist

Screenshots

style: {}: If no custom style/className is passed, the DropdownMenu has a max-height: 315px.

image

style: { maxHeight: 'unset', backgroundColor: 'purple' }

image