fect-org / fect

Minimalist UI components built on Vue-next

Home Page:https://www.fect-org.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacking issue when using multiple select in modal

HinokiSu opened this issue · comments

About styles 🛠️

Stacking issue when using multiple select in modal

  • env: "@fect-ui/vue": "1.2.1"
  • browser: Microsoft Edge 97

Demo

https://codesandbox.io/s/fect-ui--multi-select-modal-lm9de?file=/src/App.vue

Show

multi-select-modal

commented

It seems to be caused by the z-index

commented

If you are using this func . can increase class .fect-select__dropdown css variable z-index level. And I will check all components related to z-index , will fix in v1.2.2 in this week.

commented

It already fixed. I will release it as soon.