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

Support google map #5

Open
centratelemedia opened this issue Nov 6, 2023 · 3 comments
Open

Support google map #5

centratelemedia opened this issue Nov 6, 2023 · 3 comments

Comments

@centratelemedia
Copy link

we have problem when using google map, i can't click map...

@ericwaetke
Copy link

Without knowing anything further about this (please provide additional infos), I’d assume, you haven’t changed the default css. Thus, user’s clicks trigger the backdrop overlay and close the overlay. And since you don’t want that to happen, you’d have to change that behaviour

@ericwaetke
Copy link

I just saw that this is also a todo in the readme:
(Feat) Non-blocking view

@ericwaetke
Copy link

ericwaetke commented Nov 8, 2023

In the CSS change these things:

.sb-overlay {
	…
	/* background-color: rgba(0, 0, 0, 0.5); */
	pointer-events: none;
}
.sb-content {
	…
	pointer-events: all;
}

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

2 participants