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

The underline of nav-items are not good in mobile nav #25

Closed
SamuelGuillemet opened this issue Sep 5, 2022 · 1 comment
Closed

The underline of nav-items are not good in mobile nav #25

SamuelGuillemet opened this issue Sep 5, 2022 · 1 comment
Assignees
Labels
bug Something isn't working FrontEnd
Milestone

Comments

@SamuelGuillemet
Copy link
Owner

menuItems[1].children[index].classList.add("active");

menuItems[1].children[index].classList.add("active");
@SamuelGuillemet SamuelGuillemet added bug Something isn't working FrontEnd labels Sep 5, 2022
@SamuelGuillemet SamuelGuillemet added this to the v1.0.2 milestone Sep 5, 2022
@SamuelGuillemet SamuelGuillemet self-assigned this Sep 5, 2022
@SamuelGuillemet
Copy link
Owner Author

should be :

menuItems[1].children[index+1].classList.add("active");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FrontEnd
Projects
None yet
Development

No branches or pull requests

1 participant