-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cursor pointer for button is not working in the Hero component. #7
Comments
You can fix the issue by setting the z-index property of the sliding text to "1" and making the buttons higher, for example, "3". This will resolve the issue. |
can you please explain what do you mean by making the buttons higher ? Also why do you this issue occured in the first place? |
To fix the issue of the sliding text overlapping the buttons, you can adjust the "z-index" property. This property controls the priority of layers on your webpage, thereby deciding which element should appear above the other. By increasing the "z-index" value of the buttons to, say, 3 and setting the "z-index" value of the sliding text to 1, you can ensure that the buttons appear on top of the sliding text. |
Tem o script aí para nós mostra ?, gostaria de ver o problema e a solução. |
It seems no button can have the css cursor pointer applied inside the hero component. I tried the completed version, still the same problem. The only way i could apply the cursor pointer is in the browser console under the Element Styles tab.
The text was updated successfully, but these errors were encountered: