vue-js-modal
vue-js-modal copied to clipboard
How to change vm-overlay background's color
Problem:
I want to change overlay color from default's color rgb(0,0,0,0.2)
to rgb(0,0,0,0)
Version:
Version 2.0.0
Example & screenshots:
I have checked stackoverflow for solutions and 100% sure that this issue is not not related to my code.
- If you tried to use "rgb" with 4 param, so you need to rename it into "rgba".
- If you used "rgba" and have not effects, In component when call modal you can use that CSS-stylse to vm--overlay like that
.vm--overlay { background-color: rgba(0, 0, 0, 0) !important; }
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.