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.
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.