We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The Iframe of the identity widget is not appearing on top of the other div's, as you can see:
https://image.prntscr.com/image/6tbor6OoQ0OjGiqSX_oYSg.png
But I think I have a solution, it is easily resolved by doing z-index: 99:
z-index: 99
https://image.prntscr.com/image/4_D3dinuSTG3jgEmBQhnIw.png
The text was updated successfully, but these errors were encountered:
Add z-index to the iframe and fix netlify#94
07cf095
Merge pull request #95 from carlosfaria94/master
aa64a95
Add z-index to the iframe and fix #94
Successfully merging a pull request may close this issue.
Hello,
The Iframe of the identity widget is not appearing on top of the other div's, as you can see:
https://image.prntscr.com/image/6tbor6OoQ0OjGiqSX_oYSg.png
But I think I have a solution, it is easily resolved by doing
z-index: 99
:https://image.prntscr.com/image/4_D3dinuSTG3jgEmBQhnIw.png
The text was updated successfully, but these errors were encountered: