mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	added scrollbar to the autocomplete
This commit is contained in:
		
							parent
							
								
									573e2f7ace
								
							
						
					
					
						commit
						4adf4fcc4a
					
				@ -44,3 +44,9 @@ span.fancytree-node.fancytree-folder > span.fancytree-icon {
 | 
			
		||||
    background-image: url("icons/folder.png");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui-autocomplete {
 | 
			
		||||
    max-height: 300px;
 | 
			
		||||
    overflow-y: auto;
 | 
			
		||||
    /* prevent horizontal scrollbar */
 | 
			
		||||
    overflow-x: hidden;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user