ElemeFE / mint-ui

Mobile UI elements for Vue.js
http://mint-ui.github.io/#!/en
MIT License
16.56k stars 3.55k forks source link

[Bug Report] The toast can't show on the popup. #849

Open chenruchang opened 7 years ago

chenruchang commented 7 years ago

Mint UI version

2.2.5

OS/Browsers version

Windows 10 home basic / Chrome 58.0.3029.81

Vue version

2.2.6

Reproduction Link

This issue is simple, I think it don't need the reproduce link, I also provide the reason I found.

Steps to reproduce

1:Use toast on to reproduce the issue. 2:The reason I found is the z-index for the popup is larger than 2000, and the toast z-index is 1000, both position are fixed.

What is Expected?

The toast needs to show on the popup.

What is actually happening?

The toast can't show on the popup.

aronlee commented 6 years ago

I had the same problem. Mint UI version: 2.2.13

BarneyZhao commented 6 years ago

This problem also occurred when using messageBox on popup