@media screen and (min-width: 769px){
	.sticked {
		position: sticky;
		z-index: 100;
	}

	.sticked--top,
	.sticked--top__parent {
		top: 0;
	}

	.sticked--bottom {
		bottom: 0;
	}

	.base__subnavbar > .sticked--top {
		top: calc(#{$header-navbar-height + $toolbar-height} + #{$toolbar-margin-bottom});
		overflow-y: auto;
		height: calc(100vh - (#{$header-navbar-height + $toolbar-height} + #{$toolbar-margin-bottom}));
	}
}
