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
The #navigation disappears upon clicking a nav link. This works perfectly on mobile, but is broken on desktop.
I suggest wrapping this
legalizepsychedelics.com/main.js
Line 91 in 9a5f05c
in something like this:
if (window.outerWidth < 992) { }
The text was updated successfully, but these errors were encountered:
Or better yet, use this: https://github.com/psychonautwiki/legalizepsychedelics.com/blob/master/js/script.js#L18 (assuming the file is used on the site).
Sorry, something went wrong.
No branches or pull requests
The #navigation disappears upon clicking a nav link. This works perfectly on mobile, but is broken on desktop.
I suggest wrapping this
legalizepsychedelics.com/main.js
Line 91 in 9a5f05c
in something like this:
The text was updated successfully, but these errors were encountered: