Skip to content
Advertisement

Tag: nav

Why is my card overlapping the fixed nav when I hover it?

I have a problem when I hover my article with class=”card” name inside my div class=”container”, it looks like the article overlaps the nav. How do I fix this without removing my transform scale in .card:hover? I want to make it without overlapping with the nav when I hover over it. If anything is missing from the snippet, you can

Why am I getting an error in my Route Redux code?

I can’t find my error in the code. Could someone explain to me. Test: Nav:’ should be rendered on the path “/”. The “Home” component should be rendered only on the path “/” The “Home” component should not be displayed in any other route The route “/product/:id” should show only the component ProductDetail’ The route “/products/create should show only the

Advertisement