.sticky-sidebar {
	will-change: min-height;
}

.sticky-sidebar__inner {
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}