|  | @@ -1218,7 +1218,7 @@ export const scrollViewNote = (resetTop?: boolean) => {
 | 
	
		
			
				|  |  |    if (offsetTop > (state.headTopHeight + 30)) {
 | 
	
		
			
				|  |  |      musicScrollTop = (offsetTop - state.headTopHeight - 30) * state.musicZoom
 | 
	
		
			
				|  |  |      musicAndSelection.scrollTo({
 | 
	
		
			
				|  |  | -      top: (offsetTop - state.headTopHeight - 30) * state.musicZoom,
 | 
	
		
			
				|  |  | +      top: (offsetTop - state.headTopHeight - 100) * state.musicZoom,
 | 
	
		
			
				|  |  |        behavior: animateType,
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |    } else {
 |