How do I create a full screen mega-menu?

In order to achieve a full screen mega-menu add the following CSS to your child theme or the Divi custom CSS box.

.mhmm-menu-layout-overlay {
  top: 0 !important;
  max-height: 100% !important;
}

Thanks to Cameron Ramaekers for the above css.