Close Icon on the Side Menu

Hey,
im having problems getting the close icon on top of the side menu and stick with the menu.
currently on the picture the close icon is right below the menu.
Anyone got a solution?

https://jxtd51-k3.myshopify.com/
pass: overly

Thank You

Hi @ovrly

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

.header__icon--menu { 
    z-index: 10; 
}
html .header__icon--menu:before {
    left: 40rem !important;
}

Hey Dan,
this looks better. Is there any way i could attach the x to the side bar so it moves with the bar when i open and close it?

thank you