Remove scrollbar from side menu / Theme: Ira

Hello Shopify-Coder,

please help me remove a scrollbar from a side menu.

Theme: Ira

Link: https://shop.opboards.com/

Password: opboards

Problem: I want to remove the scrollbar in the side-menu (highlighted in blue)

Thank you very much for your help!

Best, Felix.

Hello Felix,

  1. Go to Online Store->Theme->Edit code
  2. Asset->index.css paste bellow code in bottom of file
.drawer-menu__contents {
    overflow-y: hidden !important;
}

Thanks

Thank you very much again Guleria.

Have a great day!