You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+33
Original file line number
Diff line number
Diff line change
@@ -239,3 +239,36 @@ Simply add a rule that causes the first item in the navigation to expand beyond
239
239
}
240
240
}
241
241
```
242
+
243
+
## Troubleshooting
244
+
245
+
## Flex nav collapsing
246
+
247
+
If your menu is part of an auto-sized flex-child, it will probably need a positive `flex-grow` value to prevent it reverting to its smallest form. For instance:
248
+
249
+
```html
250
+
<headerclass="site-header">
251
+
<h1class="site-header__title">My great site title</h1>
0 commit comments