You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem:
I want to change overlay color from default's color
rgb(0,0,0,0.2)
torgb(0,0,0,0)
Version:
Version 2.0.0
Example & screenshots:
The text was updated successfully, but these errors were encountered: