mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Merge pull request #1491 from Yidadaa/bugfix-0514
fix: #1423 should not scroll right when dragging side bar items
This commit is contained in:
		@@ -186,7 +186,7 @@
 | 
			
		||||
.chat-item-delete {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 10px;
 | 
			
		||||
  right: -20px;
 | 
			
		||||
  right: 0;
 | 
			
		||||
  transition: all ease 0.3s;
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
@@ -194,7 +194,7 @@
 | 
			
		||||
 | 
			
		||||
.chat-item:hover > .chat-item-delete {
 | 
			
		||||
  opacity: 0.5;
 | 
			
		||||
  right: 10px;
 | 
			
		||||
  transform: translateX(-10px);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chat-item:hover > .chat-item-delete:hover {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user