	#sidenav-main {
	    overflow-y: auto;
	    max-height: 100vh; /* Prevents it from exceeding viewport height */
	    position: fixed;  /* Ensures it stays in place */
	}