File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export default function App() {
89
89
- ` popover ` - for the popover element
90
90
- ` arrow ` - for the arrow element
91
91
92
- ## These classnames are also available for styling as well
92
+ ## These classnames are also targetable for styling if you need more control over the styles
93
93
94
94
- ` .rhm-popover ` - for the popover element
95
95
- ` .rhm-menu ` - for the menu element
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ const TargetExample = () => {
152
152
const fullMenu = useGetMenu ( "white" ) ;
153
153
154
154
return (
155
- < Box className = "target-example" >
155
+ < Box className = "target-example" ref = { menuRef } >
156
156
< HighlightMenu
157
157
target = { useTargetClass ? ".target-example" : menuRef }
158
158
styles = { MENU_STYLES [ "white" ] }
You can’t perform that action at this time.
0 commit comments