Index: src/wp-content/themes/twentytwenty/assets/js/index.js
===================================================================
--- src/wp-content/themes/twentytwenty/assets/js/index.js	(revision 46823)
+++ src/wp-content/themes/twentytwenty/assets/js/index.js	(working copy)
@@ -341,7 +341,7 @@
 		var anchorElements = document.querySelectorAll( 'a[href*="#"]' );
 		var anchorElementsList = Array.prototype.slice.call( anchorElements );
 		anchorElementsList.filter( function( element ) {
-			if ( element.href === '#' || element.href === '#0' || element.id === 'cancel-comment-reply-link' || element.classList.contains( 'do-not-scroll' ) || element.classList.contains( 'skip-link' ) ) {
+			if ( element.href === '#' || element.href === '#0' || element.id === 'cancel-comment-reply-link' || element.classList.contains( 'do-not-scroll' ) || element.classList.contains( 'skip-link' ) || -1 !== element.href.search( '#comments' ) ) {
 				return false;
 			}
 			return true;
