0
Why my menu button is hiding whenever I scroll
https://code.sololearn.com/Wvy5T0lwWMQ2/?ref=app Help me with this thank you .
2 Respostas
+ 4
I'm not good with front end development, but I believe it is because your navbar doesn't have a fixed position or is not sticky.
+ 4
#navbar {
position: sticky;
top: 0px;
background: currentColor;
}