euvl / vue-js-modal

Easy to use, highly customizable Vue.js modal library.
http://vue-js-modal.yev.io
MIT License
4.35k stars 592 forks source link

delete vm--overlay background opacity #758

Open minipisame opened 2 years ago

minipisame commented 2 years ago

Problem:

I want to rewrite the overlay background: rgba(0, 0, 0, 0.2); to background rgba(0, 0, 0, 0); I don't want that opacity , i try to use overlayTransition but didn't work

Version:

Last version

Example & screenshots:

image

image

I have checked stackoverflow for solutions and 100% sure that this issue is not not related to my code.