It is possible, and it actually is quite simple. Check this out, you need to set the div/section/whatever your navbar container is to: position: fixed
and bottom:0
(or whatever number you want it to be).
It is possible, and it actually is quite simple. Check this out, you need to set the div/section/whatever your navbar container is to: position: fixed
and bottom:0
(or whatever number you want it to be).