.floating-sidebar {
	position: -webkit-sticky; /* Safari */
 	position: sticky;
 	top: 16px;
}