-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
figure out some way to keep long sticky nav menus from wrapping #376
Comments
Easy way is with Another way to do it would be to sum the widths of the first-level children of the navbar Or, the same approach, but create a drop-down at the end of the navbar, then add the first-level child li elements to it. |
Will suggests: Use JS to collapse the nav ul to the standard drop-down menu Ryan suggests: nav menu overflow scrolls off to the side with buttons, like at http://www.americastestkitchenfeed.com/ |
Another scrolling overflow menu, via @rdmurphy: http://theguardian.com/us. |
Since we decided that #703 wasn't going to be used in Largo (but it will be used in NPQ), what alternative solutions are we looking at for dealing with menus that are too long? |
Update: Continue bulletproofing the NPQ solution for Largo.
|
When this merges, we'll need to cut it out of NPQ. |
needed for RNS-55 |
#1024 merged. |
this drives me nuts, we should probably fix the length of that menu and cut off the extra items or fade them or something so they don't wrap.
or something.
The text was updated successfully, but these errors were encountered: