[Menu] Popover CSS API is not available #8827
Labels
component: menu
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
Expected Behavior
It is possible to override styles of
Popover
insideMenu
.Current Behavior
It is not possible to override styles of
Popover
insideMenu
.Steps to Reproduce (for bugs)
N/A
Context
Menu
interceptsclasses
prop, so it is not passed toPopover
component along with...other
props.My suggestion would be adding
PopoverProps
, which then can be used to passclasses
prop toPopover
(like it is implemented in Drawer).I can submit a PR if you are OK with this solution
Your Environment
N/A
The text was updated successfully, but these errors were encountered: