Fix menu flex-wrap

This commit is contained in:
Timothée Goguely 2024-11-27 15:43:37 +01:00
parent fd0bd4a353
commit a6212e40dc

View file

@ -178,7 +178,7 @@ button[aria-controls="menu"][aria-expanded="false"]
--flow-space: var(--space-32);
flex-direction: column;
align-items: flex-start;
flex-wrap: no-wrap;
flex-wrap: nowrap;
position: -webkit-sticky;
position: sticky;
top: var(--gutter);