Fix menu flex-wrap
This commit is contained in:
parent
fd0bd4a353
commit
a6212e40dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue