Skip to content

Add high z-index to iframe inline styles #67

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

Closed
imorente opened this issue Sep 22, 2017 · 2 comments
Closed

Add high z-index to iframe inline styles #67

imorente opened this issue Sep 22, 2017 · 2 comments

Comments

@imorente
Copy link
Contributor

When there are any other fixed elements on the page, the iframe remains hidden under them.

@smakinson
Copy link

I see the same, here is what I am doing at the moment ( not much testing behind it as I'm just getting started ):

...
<div id="authModal" style="position:absolute; top:0; left: 0; z-index: 99999"></div>
</body>

elsewhere:

netlifyIdentity.init({
   container: '#authModal'
})

@bcomnes
Copy link
Contributor

bcomnes commented Apr 23, 2018

I belive this was fixed by #95

@bcomnes bcomnes closed this as completed Apr 23, 2018
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

3 participants