Index: wp-includes/js/customize-preview.dev.js
===================================================================
--- wp-includes/js/customize-preview.dev.js	(revision 20831)
+++ wp-includes/js/customize-preview.dev.js	(working copy)
@@ -34,6 +34,7 @@
 			this.body = $( document.body );
 			this.body.on( 'click.preview', 'a', function( event ) {
 				event.preventDefault();
+				self.send( 'scroll', 0 );
 				self.send( 'url', $(this).prop('href') );
 			});
 
@@ -83,4 +84,4 @@
 		});
 	});
 
-})( wp, jQuery );
\ No newline at end of file
+})( wp, jQuery );
