I searched for the issue I am having and this closed topic seems to be the same problem > Overlays not working with main components?
Here’s my setup.
1 - I have a ‘Sidenav’ component, inside the Sidenav component are instances of ‘Menu item’ component (these instances are Home, Users, Settings, etc)
2 - I have a smaller Frame (not a component) which is just a Submenu list, framed.
3 - From the Sidenav COMPONENT, I select the ‘Users’ menu item instance, and set the Interaction to On mouse enter, Open Overlay, connect to the Frame holding the submenu.
(interaction is Instant, position is Manual and definitely moved into a visible position right next to the trigger item)
4 - The Sidenav component with all of that setup is then inserted into a Page that is the full design, ie the page/app ui now has an instance of the sidebar.
5 - When I run prototype on the Page, no overlays show when I ‘mouse enter’/hover on the trigger item (Users). !
What am I doing wrong here??
Thanks guys