Created by: avalanche123
This makes responsive navbar collapsible in Chrome.
height: auto !important
takes precedence and navbar instantly expands right after collapsing animation.
This might not be a good fix as height: auto !important
is probably important, but I haven't noticed difference with the docs after recompiling assets without it.
Feedback appreciated, cheers!