mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix z-index on markdown completion (#27237)
Fixes: https://github.com/go-gitea/gitea/issues/27230
This commit is contained in:
		@@ -86,6 +86,7 @@ text-expander .suggestions {
 | 
				
			|||||||
  border-radius: var(--border-radius);
 | 
					  border-radius: var(--border-radius);
 | 
				
			||||||
  border: 1px solid var(--color-secondary);
 | 
					  border: 1px solid var(--color-secondary);
 | 
				
			||||||
  box-shadow: 0 .5rem 1rem var(--color-shadow);
 | 
					  box-shadow: 0 .5rem 1rem var(--color-shadow);
 | 
				
			||||||
 | 
					  z-index: 100; /* needs to be > 20 to be on top of dropzone's .dz-details */
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
text-expander .suggestions li {
 | 
					text-expander .suggestions li {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user