-
-
Notifications
You must be signed in to change notification settings - Fork 43
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 problem #90
Comments
@cZeaushe which element are you adding EDIT: I actually figured it out. By assigning the className to the Fade object that I was using as the same className that had the z-index, I fixed the issue and the z-index started working again. |
Hi, @jpatterson933. I had the same issue during the development. According to your comment, I tried and some sections were success, but some sections were failed. So, I unwrapped the fade effect from the header section(fixed on top), and then it run well. |
Could you please make a reproducible CodeSandbox example starting from this template? |
When working with sections that have z-index applied to them the animation messes up the z-index.
It can be solved by adding
animation-fill-mode: backwards !important;
but there is not general class name for animations so we can add it to all.The text was updated successfully, but these errors were encountered: