mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 09:05:37 +08:00 
			
		
		
		
	style(next): restyle Firefox scrollbars
This commit is contained in:
		
							parent
							
								
									c2d917b926
								
							
						
					
					
						commit
						4b9ea651a1
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -717,4 +717,16 @@ input[type="range"] {
 | 
			
		|||
 | 
			
		||||
::-webkit-scrollbar-button:horizontal {
 | 
			
		||||
    width: var(--scrollbar-start-end-gap);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Firefox scrollbars
 | 
			
		||||
 *
 | 
			
		||||
 * Unsupported features: --scrollbar-thumb-thickness, --scrollbar-thumb-hover-thickness,
 | 
			
		||||
 *                        --scrollbar-start-end-gap, --scrollbar-thumb-color-hover.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
:root {
 | 
			
		||||
    scrollbar-color: var(--scrollbar-thumb-color) transparent;
 | 
			
		||||
    scrollbar-width: var(--scrollbar-thickness);
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue