The navigation only works properly when I disable the CSS block setting in main.min.css
@media only screen and (min-width: 780px)
.wp-block-navigation ul, .wp-block-navigation.wp-block-navigation>ul>li>ul {
display: block;
}
How do we set the navigation break points as well?
]]>