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

header-nav blocks user from clicking on navigation links #253

Open
jpikl opened this issue Dec 12, 2020 · 0 comments
Open

header-nav blocks user from clicking on navigation links #253

jpikl opened this issue Dec 12, 2020 · 0 comments

Comments

@jpikl
Copy link

jpikl commented Dec 12, 2020

It is caused by div with header-nav -expanded class which overlaps some of the top navigation links.

How to reproduce:

  1. Open https://docpress.github.io
  2. Open developer tools.
  3. Switch to responsive mode.
  4. Set device with to 500px.
  5. Try to click on docpress link on top of the page.

I'm currently using this css as a workaround:

.header-nav.-expanded {
  pointer-events: none;
}
.header-nav.-expanded a {
  pointer-events: auto;
}
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

No branches or pull requests

1 participant