Header: hide sandwich menu overflow

This commit is contained in:
Akemi Izuko 2024-01-01 16:11:44 -07:00
parent e5e5610dfa
commit 15908a572e
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -178,6 +178,7 @@ import { SITE_TITLE } from '../consts';
display: flex; display: flex;
justify-content: center; justify-content: center;
margin: 0; margin: 0;
overflow: hidden;
padding: 0.5em 0; padding: 0.5em 0;
width: 100%; width: 100%;
color: white; color: white;