Broadcast Theme Drawer Menu Height Limit

I am using Broadcast Theme and using drawer menu for both desktop and mobile.
Theme’s drawer menu has height limit which is cutting off the menu as you can see in the picture.

How do you increse size of the container? I tried modifying CSS without success.

Hey @Coffeemallow

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hey @Coffeemallow

How exactly it is cutting off the menu? Because on my end I can see all the 7 list items for both desktop and mobile.

Figured it out.

.mobile-menu__block–menu {

min-height: 600px;

}

Hi! I am dealing with this issue. Where did you put this code for it to fix the issue?