warpcgd / vue-concise-slider

vue-concise-slider,A simple vue sliding component
https://warpcgd.github.io/vue-concise-slider/#/
918 stars 186 forks source link

Z-Order in Slider #132

Closed MaxPowerReforged closed 3 years ago

MaxPowerReforged commented 3 years ago

Hi! I am using your great slider in my Nuxt.js app, everything is working great. However, I have a Z-Order issue: the banner appears in top of everything, so integrating it in a layout with modal windows or sticky nav is not working so great :D Is there any workaround or I am missing something? :)

EDIT: I was not using the z-index stacking contect properly, the issue was due to my mistake and not the slider :)