I have this menu that when the height is more than 800px you can scroll, but when is less than 800px you can't scroll but the sidebar appears. I would like to know how to hide it while the height is less than
.menu{
height:
max-height:800px;
overflow:scroll;
overflow-x: hidden;
}