Because you are not using position: fixed property.
you have to have this.
#navbar {
position: fixed;
width: 100%;
}
Hope it helps.
Did the trick. Thank you!
Because you are not using position: fixed property.
you have to have this.
#navbar {
position: fixed;
width: 100%;
}
Hope it helps.
Did the trick. Thank you!