alessiomaffeis / vue-picture-input

Mobile-friendly picture file input component for Vue.js 2-3 with image preview, drag and drop, EXIF orientation, and more
MIT License
887 stars 156 forks source link

Uploaded Image overflows the fixed navbar on scrolling #134

Closed Surajit321 closed 2 years ago

Surajit321 commented 4 years ago

I am using vue-picture-input package to upload my picture. But the uploaded picture/picture canva input overflows the navbar on scrolling. Tried external css to reduce the z-index value but that didn't work at all.

How to fix this issue, anyone?

FrideyAlpha commented 4 years ago

This is because Default value of zIndex is 10000 To fix this issue using prop :z-index like this