-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Mobile view burger Icon to show menu is not working sometimes #1963
Comments
Hi,
Can you provide the steps to reproduce the error using the code in this repository? |
This will take some hours. I will try! |
Hi Cotes, I am a JabRef developer. I managed to pinpoint the issue to the Difference:The page must have a " Now, if the following jekyll-theme-chirpy/_config.yml Lines 107 to 108 in 93f616b
However, when it is set to More details: Part "1" bugs out when we click the hamburger menu (as described in the issue description). It is as if the following section (in document.querySelector("main h2, main h3") && (tocbot.init({
tocSelector: "#toc",
contentSelector: ".content",
ignoreSelector: "[data-toc-skip]",
headingSelector: "h2, h3, h4",
orderedList: !1,
scrollSmooth: !1
}),
document.getElementById("toc-wrapper").classList.remove("d-none")) I hope this helps! |
🎉 This issue has been resolved in version 7.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Checklist
How did you create the site?
Generated from
chirpy-starter
Describe the bug
Click on mobile burger does not do anything:
Steps To Reproduce
Expected Behavior
Burger menu opens
Environment
Anything else?
Follow-up to #1025
The text was updated successfully, but these errors were encountered: