Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change vm-overlay background's color #736

Open
nguyenhoangtuehachix opened this issue Oct 16, 2021 · 2 comments
Open

How to change vm-overlay background's color #736

nguyenhoangtuehachix opened this issue Oct 16, 2021 · 2 comments
Labels

Comments

@nguyenhoangtuehachix
Copy link

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:

image

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

@EneroPl
Copy link

EneroPl commented Oct 21, 2021

  1. If you tried to use "rgb" with 4 param, so you need to rename it into "rgba".
  2. 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; }

@stale
Copy link

stale bot commented Jan 9, 2022

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.

@stale stale bot added the stale label Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants