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
With Menu open/expanded it looks fine With the menu collapsed/closed it makes everything unusable
I suggest working with the menu state and either hiding the elements when collapsed or having a different view.
<div class="gb_Ec" aria-expanded="false" aria-label="Main menu" data-ogmb="1" role="button" tabindex="0"><svg focusable="false" viewBox="0 0 24 24"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></svg></div>
The aria-expanded value toggles between true/false for the menu's state.
aria-expanded
The text was updated successfully, but these errors were encountered:
You can work around this by enabling Google Meet or Google Chat in the side bar:
Sorry, something went wrong.
No branches or pull requests
With Menu open/expanded it looks fine
With the menu collapsed/closed it makes everything unusable
I suggest working with the menu state and either hiding the elements when collapsed or having a different view.
<div class="gb_Ec" aria-expanded="false" aria-label="Main menu" data-ogmb="1" role="button" tabindex="0"><svg focusable="false" viewBox="0 0 24 24"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></svg></div>
The
aria-expanded
value toggles between true/false for the menu's state.The text was updated successfully, but these errors were encountered: