简体   繁体   中英

Wickedpicker jquery plugin shows behind modal

i'm trying to attach a jquery plugin, wickedpicker, to a modal on my code, but it keeps displaying below the modal when i call up the modal. So is there any way this can be resolved just using css?

Hi you should use css but with z-index, so for example if your modal is .moda {z-index:0} then you have to put your css wickedpicker like this .wickedpicker { z-index:200}

that will be a good solution, but remember to play first with css z-index, then you can go to your clases and add it

https://www.w3schools.com/cssref/pr_pos_z-index.asp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM