Overlays and interactive components

Hello, everyone. Currently I am designing dropdowns using variants and interactive components. When I put dropdown on fixed frame and interacted dropdown, menu was hidden in the fixed frame so I tried to use open overlay interaction and it worked in the way that the dropdown menu was not hidden anymore, but I had another problem. I can not use interaction components like hovering state on the dropdown and inside the menu.

So, can I use Open overlay option to show menu and at the same time interaction components to interact with hovering states? what is the solution?

Thanks for reply in advance and apologies if I made some mistakes in English. I am not native. I hope it was descriptive enough to understand. Looking forward to your feedback

I’m pretty sure the dropdown is hidden because the checkbox to clip content is checked on the fixed frame.
image
If this fixes your problem you might run into other ones, like which trigger gets the best result between hover or mouse enter. But if you do run into trouble just ask.

it worked. Thank you so much :blush:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.