We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Has anybody found a resolution for the issue below
HeaderMenuButton not rendering on Chrome but I can see it when I open the CodeSandBox, any reason for this?
<HeaderMenuButton aria-label="Open menu" onClick={onClickSideNavExpand} isActive={isSideNavExpanded} />
make sure you have this added. also.. this appears only on low width pages. (max ~1050px)
Originally posted by @ndite in #3666 (comment)
The text was updated successfully, but these errors were encountered:
Working as designed
https://codesandbox.io/s/left-and-right-panel-jz7rz?file=/src/index.js
Sorry, something went wrong.
i encouter the same issue, the HeaderMenuButton is hidden until the width larger than 1055px , do you find the solution of the issue?
I agree this issue still happens. If the screen resolution go beyond 1055px
Shows with 1055px
Does not shows with 1056px
No branches or pull requests
Has anybody found a resolution for the issue below
make sure you have this added. also.. this appears only on low width pages. (max ~1050px)
Originally posted by @ndite in #3666 (comment)
The text was updated successfully, but these errors were encountered: