git-scm.com
git-scm.com copied to clipboard
`display: grid` being applied in some menus where it shouldn't
There's a header { display: grid } that's causing an issue in a couple of the menus: I think it's meant to only apply to the main <header> at the top of the page, but it's affecting these menus too:
Probably my fault since the refactor of the header with the dark mode button.