I'm using shadcn-vue with his component Drawer
When i put Select component into Drawer, i don't have "hover" effect on all child SelectItems. But, if i set modal="false" on Drawer Root its working good, then another problem is haven't overlay. I need overlay for click on him to close drawer.
- Without modal="false" can't use Select component with focus effect
- With modal="false" can't use overlay for closing drawer
Another question: how i can use overflow-hidden on body when modal="false"?
UPD: -
When we use another child element which used Portal, we can't focus on him because his not child in Drawer. How we can fix that?))