arco-design-vue
arco-design-vue copied to clipboard
There is no a way to set a-trigger's zIndex
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
What are the similar cases of this feature
There is no case.Using a className or an option to set the z-index would be ideal.
What problem does this feature solve?
The A‑trigger’s popup forces z-index: 1001 via inline style, so I need to lower every other element’s z-index to keep it behind. That’s really brittle.