aside nav {
	position: sticky;
	top: 2rem;
}

.panel-inner-wrapper.panel-inner-wrapper-scroll {
	max-height: calc(100vh - 4rem - 136px);
}
