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

On the mobile version of the website the top menu cannot be dismissed with a click #12

Closed
nikitavoloboev opened this issue Aug 4, 2017 · 3 comments

Comments

@nikitavoloboev
Copy link

For example if I click here :

test

The top menu should dismiss I believe but it does not.

@calintat
Copy link
Owner

calintat commented Aug 4, 2017

Sorry but that's how the Bootstrap navigation bar works.

@calintat calintat closed this as completed Aug 4, 2017
@anthonylavado
Copy link

@nikitavoloboev I've briefly tested adding this to the footer partial of the HTML (just before the body tag is closed), and it seems to work.

    <script>
	$(document).on('click',function(){
    $('.collapse').collapse('hide');
})
    </script> 

@calintat
Copy link
Owner

@anthonylavado, I added your script to the theme. Thank you!

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

No branches or pull requests

3 participants