On devices with screen width lower than [`768px`](https://github.com/elixir-lang/ex_doc/blob/master/assets/js/sidebar.js#L10) the sidebar hamburger doesn't respond to the first click. Steps to reproduce: * Make your browser window narrower than [`768px`](https://github.com/elixir-lang/ex_doc/blob/master/assets/js/sidebar.js#L10); * Visit the [index page](https://hexdocs.pm/elixir/Kernel.html) of the latest stable Elixir docs; * The hamburger color is initially gray. After the first click it will become dark and only after the second click the sidebar will be toggled. ### Example: 