Is it a bug/feature/question or do you need help?
New navbar dropdown is not working
This is about the Bulma 0..4.3 CSS framework**
I'm using Bulma version0.4.3 [x.x.x] -->
My browser is: Chrome Version 59.0.3071.115 (Official Build) (64-bit)
Description of the bug, enhancement, or question
I copy pasted the code from bulma docs for new navbar and it does not seem to work. Please see code below
Check the following jsbin for reproducing error
[https://jsbin.com/lamavipiwe/edit?html,output]
I figured it out
html {width: 100%; height: 100%}
body {width: 100%; height: 100%}
and it will work.
Most helpful comment
I figured it out
html {width: 100%; height: 100%}
body {width: 100%; height: 100%}
and it will work.