#sidebar{
	min-height: 100vh;
	height: auto;
}

@media screen and (max-width: 1024px) {

	#sidebar.active{
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		display: flex !important;
		z-index: 9;
        min-height: auto;
	}
}