mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix review comment context menu clipped bug (#23523)
This is another regression of #22959 (the first regression has been fixed by the Image Diff fix) Close #23517 This is a quick fix. Luckily, there is no "dropdown menu" for image/csv view, so we could only add the "overflow-x: scroll" to the image/csv view. After fix:   Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
		@@ -3337,10 +3337,6 @@ td.blob-excerpt {
 | 
			
		||||
  min-width: 100px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.diff-file-body {
 | 
			
		||||
  overflow-x: scroll;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.diff-stats-bar {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  background-color: var(--color-red);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user