How to make datepciker appear on top of mintui?

use the dialog call in element-ui to open the datepicker, in mint-ui and the datepicker pops up under the dialog mask, as shown in the following figure

clipboard.png

do you have any solutions?


adjust the z-index of datepicker


write a class yourself, the z-index setting is a little larger than this dialog, and then use it on this component.

Menu