How can I create a permanent nested menu in the Dawn theme?

@GenericStoreAdm Please add the below line of CSS at the end of your base.css file.

body .header__submenu.list-menu{
    display: flex;
    flex-wrap: wrap;
    width: 60rem;
}