i'm new to ReactJS and would like to ask..
In my website there is a problem that is when i scroll to down, My Navbar is gone,
Here is the website: https://kramakata.netlify.app/
I still searchin for the issues, don't know what cause it
i'm new to ReactJS and would like to ask..
In my website there is a problem that is when i scroll to down, My Navbar is gone,
Here is the website: https://kramakata.netlify.app/
I still searchin for the issues, don't know what cause it
Your navbar doesn't seem to be positioned as fixed .navbar { position: fixed; }
this should solve the problem from what i understood