mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	client: Fix custom scroll bar on Chrome/Electron (closes #350)
This commit is contained in:
		
							parent
							
								
									5609612473
								
							
						
					
					
						commit
						2de2c7fc9d
					
				@ -837,6 +837,11 @@ body {
 | 
				
			|||||||
    scrollbar-color: var(--scrollbar-background-color) var(--main-background-color);
 | 
					    scrollbar-color: var(--scrollbar-background-color) var(--main-background-color);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@supports selector(::-webkit-scrollbar) {
 | 
				
			||||||
 | 
					    body {
 | 
				
			||||||
 | 
					        scrollbar-color: unset;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ::-webkit-scrollbar {
 | 
					    ::-webkit-scrollbar {
 | 
				
			||||||
        width: 12px;
 | 
					        width: 12px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@ -850,6 +855,7 @@ body {
 | 
				
			|||||||
    ::-webkit-scrollbar-corner {
 | 
					    ::-webkit-scrollbar-corner {
 | 
				
			||||||
        background-color: inherit;
 | 
					        background-color: inherit;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[data-toggle="tooltip"]:not(.button-widget) span {
 | 
					[data-toggle="tooltip"]:not(.button-widget) span {
 | 
				
			||||||
    padding-bottom: 0;
 | 
					    padding-bottom: 0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user