.bodyScroll{
	overflow: auto;
	max-height: calc(100vh - 60px);
}

.middleMenu{
	overflow-y: auto;
	height: calc(100vh - 270px);
	width: 250px;
}
