papercss
papercss copied to clipboard
navbar docs hamburger menu not showing fix
Brief description
Currently https://www.getpapercss.com/docs/components/navbar/ collapsed navbar hamburger menu is invisible. This can be fixed by adding "border" to the bars.
Sample pictures
Firefox:
Chromium:

Thank you for the PR! While this fixes the docs, I wonder if a better solution might be to update the CSS for the bar CSS in _navbar.scss. This looks like a small regression from when dark mode was added. I think just adding the border-bottom styles back (5px and solid) should fix this everywhere!
Fixed via #244