having a scrollbar without setting height

On mobile, when the menu opens, it overflows the screen size. Setting overflow-y: scroll doesnt work unless I set height: 100vh, which I cant do because it still takes effect when the menu is closed (the element is still visible, but not expanded).

Is there a solution that doesnt require js?
Was this page helpful?