Index: wp-content/themes/twentyfourteen/js/theme.js
===================================================================
--- wp-content/themes/twentyfourteen/js/theme.js	(revision 25008)
+++ wp-content/themes/twentyfourteen/js/theme.js	(working copy)
@@ -110,7 +110,7 @@
 			if ( $mastheadOffset < 0 )
 				$mastheadOffset = $masthead.offset().top - $toolbarOffset;
 
-			if ( ( window.scrollY >= $mastheadOffset ) && ( $( window ).width() > 769 ) ) {
+			if ( ( window.scrollY > $mastheadOffset ) && ( $( window ).width() > 769 ) ) {
 				$masthead.addClass( 'masthead-fixed' );
 				$maindiv.css( {
 					marginTop: $masthead.height()
