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

Static Backdrop #58

Open
dfsRony opened this issue Aug 25, 2017 · 1 comment
Open

Static Backdrop #58

dfsRony opened this issue Aug 25, 2017 · 1 comment

Comments

@dfsRony
Copy link

dfsRony commented Aug 25, 2017

How to prevent the Anno hide or disssapear when is clicked outside?
I just created an Anno that contain 4 guide dialog. I change some css code when 1st dialog onShow, then set them back when the last dialog onHide.
My problem is, when me (is on second or third dialog) click outside the dialog, Anno will dissapear but my css is not set back yet. how can I prevent anno from hide or dissapear when i click outside the dialog, or maybe u have another good way/ event to change my css when anno dissapear

@dfsRony dfsRony changed the title , Static Backdrop Aug 25, 2017
@Dnes-Vaidhya
Copy link

You can solve it with css
.anno-overlay{ pointer-events: none; }

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