Modern business: Disable nav menu order if FSE is enabled (#1221)
- Since we set the order of footer/header elements (like nav)
in Gutenberg, we don't want the stylesheet to override it.
- Use the `.fse-enabled` selector to disable the order property
- This was causing the footer nav menu in FSE to show up at
very bottom of the page, even if the user changed its order.