-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
classPrefix breaks target blocking #1298
Comments
@npedrini would you like to submit a PR adding class prefix support for this? |
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. |
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. |
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. |
Is this issue still happening ? can I take it ? |
@edenriquez sure thing, please feel free to take it! |
Assuming that this issue is still reproducing since its marked open. Can i take it? |
@arrfandannge I am honestly not sure, but please feel free to investigate and take on the work if you would like! |
If you specify a
classPrefix
in the tour options, any highlighted elements in steps wherecanClickTarget = true
are still clickable because the following css selector breaks:The following custom css rule has to be added, taking into account the
classPrefix
:The text was updated successfully, but these errors were encountered: