-
Notifications
You must be signed in to change notification settings - Fork 11
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
The wrapper is blocking the anchor tag to be clicked #5
Comments
Links not working for me |
I solved it with CSS, but not sure if this is a clean way.
|
@grayknight2 Check PR #7 or #6 for current workarounds (you have to do this manually meanwhile the PR #7 is being merged) |
I solved this with a single line of custom css: |
Thanks, that works. |
Links are also not working for me, but the CSS workaround does the trick. |
Yep, links are not working. I mean... WHAT? Come on! |
Added z-index to .ebg-br-wrapper .ebg-br-main{} to fix issues audrasjb#5 and audrasjb#14
Description
After you publish/preview the post, the embed is generated successfully but the user can't click the link the embed plugin.
Expected Behavior
The user should see the Repo information in the embed and able to click on it. A new tab should be created with the target selected.
Current Behavior
The embed does not open the link.
Browsers Tested
Edge (Chromium edition) - Version 80.0.361.48 - macOS Catalina
Chrome - Version Version 80.0.3987.87 - macOS Catalina
Safari - Version 13.0.4 (15608.4.9.1.3) - macOS Catalina
I already forked the project and start working in a workaround for this (I did a temporary solution but it seems it does not follow the standards. It may broke in other OS's).
The text was updated successfully, but these errors were encountered: