akulubala / vue-product-zoomer

Zoom Prodct Image, useful for e-shop website
http://www.yoohooworld.com/demo.html
MIT License
290 stars 69 forks source link

z-index property #44

Closed Enjoyer1 closed 5 years ago

Enjoyer1 commented 5 years ago

Hello, I having the issue when I use the component in a div with z-index > 0, it is showing the zoom but its behind my container because it has a different z index. I'm using v2.0.11

Captura de Pantalla 2019-09-09 a la(s) 10 23 05
akulubala commented 5 years ago

Hi @Enjoyer1 the div you use for contain this component should be with a position relative. Also, suggest you use a recent version

Enjoyer1 commented 5 years ago

I added z-index to the class drift-zoom-pane and now is working fine.