git-scm.com icon indicating copy to clipboard operation
git-scm.com copied to clipboard

`display: grid` being applied in some menus where it shouldn't

Open jvns opened this issue 4 months ago • 1 comments

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:

Image Image

jvns avatar Sep 02 '25 18:09 jvns

Probably my fault since the refactor of the header with the dark mode button.

To1ne avatar Sep 12 '25 09:09 To1ne