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