in antora-ui-camel/src/js/01-nav.js [122:129]
function hideNav (e) {
var html = document.documentElement
html.classList.remove('is-clipped--nav')
navToggle.classList.remove('is-active')
navContainer.classList.remove('is-active')
html.removeEventListener('click', hideNav)
concealEvent(e)
}