Debut Theme Menu Hiding behind slideshow in mobile

Hi,

Just wondering if you could help me.

The menu is hiding behind the slideshow whenever I’m in mobile.

I’ve been trying all the solutions here but nothing is working for me.

URL: www.spinjoy.life

Thank you

Hello,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css-> paste bellow code in bottom of file
.mobile-nav-wrapper.js-menu--is-open {
    z-index: 9;
}

Thanks