void-linux.github.io
void-linux.github.io copied to clipboard
assets/css/misc.css: add z-index to .navbar
This fixes the page contents going over the navbar while scrolling.
Z-index is used since that's the only solution that functions and gained consensus in #169.
Fixes #168 Closes #169 (same solution but with an absurd z-index value, and has been completely stalled) Closes #172 (makes the navbar stick to the top of the document, not the top of the viewport)