Header Menu Button hidden on large screen layouts #11943
-
As the title states, once the screen gets to a certain width (around 1024px) the Header Menu Button will disappear. It's a result of the below code from _header.scss. So i'm not sure that it's a bug... But once this happens the user can't access the nav menu. Is this supposed to happen and I'm handling navigation code in a undesired manner?
**You can comment out the @include breakpoint and the menu button will stay visible and is functional regardless of screen size. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After looking for something else on one of the carbon websites, I noticed that after the page hits the 'lg' size, their left nav menu opens automatically. Mine does not appear to behave that way. So I've answered my question; I'm just doing it wrong. |
Beta Was this translation helpful? Give feedback.
After looking for something else on one of the carbon websites, I noticed that after the page hits the 'lg' size, their left nav menu opens automatically. Mine does not appear to behave that way. So I've answered my question; I'm just doing it wrong.