Yahoo Pure: Hamburger Menu Doesn’t Display

When the iPad is in portrait mode, the hamburger menu doesn’t display. It works in the Responsive Design Mode simulator in Safari but not on real iPads. The fix is to change the min-width to 49 em in side-menu.css.


/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 49em) {

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.