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

White theme flashes a black background on close #69

Open
RemVas opened this issue Oct 26, 2021 · 0 comments
Open

White theme flashes a black background on close #69

RemVas opened this issue Oct 26, 2021 · 0 comments

Comments

@RemVas
Copy link

RemVas commented Oct 26, 2021

When using theme: "white" option, the background will turn black before closing, causing a flash.

It seems that class="white" is not maintained during close.

I used the following code to avoid flashing:

onclose: function () {
$("#spotlight").addClass("white");
}

But this should be fixed somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant