Closed Surajit321 closed 2 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?
This is because Default value of zIndex is 10000 To fix this issue using prop :z-index like this
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?