/* Prevent trackpad overscroll bounce from nudging the navbar/footer away from the viewport edge. */
html, body {
	overscroll-behavior-y: none;
}
