-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
incorrect z-index
in minified css
#71
Comments
Hey @phil-r I had never paid attention, thank you |
Yup getting the same issue, so it appears below some things in my app with higher z-index |
Yep, cssnano wanted to optimize the css too much 😁 . I was planning to do other stuff and pushing the fix at the same time. I'll push the fix for the z-index in a few minutes. Other stuff can wait |
Fix published ! |
Hi @fkhadra , I just update to version 2.2.1 but still got same issue. It still appears below modal pop-up form when using with react-strap form |
Hey @mrbeen351, Did you try to remove npm cache maybe ? If you search the z-index you will see that the z-index is correct. Tell me if it helps. |
Hi @fkhadra , yes I tried, I realized that z-index of modal form is 1050, but when I change z-index to 1051 or larger it still appears below. I don't know why. I also checked the z-index and saw z-index is 999. |
So If I understand you have overwritten the z-index of |
Hi @fkhadra , Sorry I think this fault is because of my code. I just create simple example with modal and it displays correctly. Thanks for your kindly support :) |
Perfect ! Have a nice day |
In minified css that can be found here after installation:
node_modules/react-toastify/dist/ReactToastify.min.css
z-index
on.toastify
class is set to1
, although it should be999
Not a big deal, but it was a bit confusing ;)
The text was updated successfully, but these errors were encountered: