Skip to content
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

Don't set inert on web-header when nav drawer opens #8105

Merged
merged 1 commit into from Jun 8, 2022

Conversation

jeffposnick
Copy link
Contributor

Fixes #7749

This seems to behave reasonably, as far as I can tell, in Safari and Chrome (which now natively support inert) as well as in Firefox (where the wicg-inert polyfill will still get used).

My guess is that there's a difference between native inert and the polyfill with regards to the children of a parent element that has inert set on it—but that's just a guess. In any case, removing inert from the parent web-header when the navigation drawer is open looks like it makes the navigation drawer interactive again.

@netlify
Copy link

netlify bot commented Jun 7, 2022

Deploy Preview for web-dev-staging ready!

Name Link
🔨 Latest commit 4a4f2f2
🔍 Latest deploy log https://app.netlify.com/sites/web-dev-staging/deploys/629fc324558156000807de2a
😎 Deploy Preview https://deploy-preview-8105--web-dev-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@jeffposnick jeffposnick added the $-presubmit Add label to run presubmit tests. label Jun 8, 2022
@github-actions github-actions bot removed the $-presubmit Add label to run presubmit tests. label Jun 8, 2022
Copy link
Member

@agektmr agektmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Burger Menu can not navigate to page or dismiss on desktop chrome v100
2 participants