mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Merge pull request #2277 from PaRaD1SE98/main
fix: selector z-index bug
This commit is contained in:
		@@ -282,6 +282,7 @@
 | 
				
			|||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  align-items: center;
 | 
					  align-items: center;
 | 
				
			||||||
  justify-content: center;
 | 
					  justify-content: center;
 | 
				
			||||||
 | 
					  z-index: 999;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &-content {
 | 
					  &-content {
 | 
				
			||||||
    .list {
 | 
					    .list {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user