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

z-index #25

Closed
itsalb3rt opened this issue Dec 27, 2018 · 3 comments
Closed

z-index #25

itsalb3rt opened this issue Dec 27, 2018 · 3 comments

Comments

@itsalb3rt
Copy link

the z-index in notyf.min.css is 1 I think this should be above any element.

I was using leafletjs and the map is in 999, for obvious reasons the notification did not appear to me and I came to think that it was problems of the api.

I have placed this in 1005 on my fork

.notyf {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 20%;
    color: #fff;
    z-index: 1005 /*Here*/
}
@luxplanjay
Copy link

@itsalb3rt I submitted a pr for this issue, maybe it gets accepted and this issue will be resolved #27

@itsalb3rt
Copy link
Author

@itsalb3rt I submitted a pr for this issue, maybe it gets accepted and this issue will be resolved #27

Great!

@caroso1222
Copy link
Owner

Fixed in v3.0.0. Thanks a lot everyone for your input and help!

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