mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	fix scrollbar styling in both ff and chrome (white corner in dark themes when both scrollbars are present)
This commit is contained in:
		
							parent
							
								
									3850f52401
								
							
						
					
					
						commit
						1ac0c4f874
					
				| @ -134,6 +134,11 @@ li.dropdown-submenu:hover > ul.dropdown-menu { | |||||||
|     border-style: solid; |     border-style: solid; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | body { | ||||||
|  |     /* FF basic styling */ | ||||||
|  |     scrollbar-color: var(--active-item-background-color) var(--main-background-color); | ||||||
|  | } | ||||||
|  | 
 | ||||||
| ::-webkit-scrollbar { | ::-webkit-scrollbar { | ||||||
|     width: 12px; |     width: 12px; | ||||||
| } | } | ||||||
| @ -143,6 +148,10 @@ li.dropdown-submenu:hover > ul.dropdown-menu { | |||||||
|     border: 1px solid var(--main-border-color); |     border: 1px solid var(--main-border-color); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | ::-webkit-scrollbar-corner { | ||||||
|  |     background-color: inherit; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| #note-info-table td, #note-info-table th { | #note-info-table td, #note-info-table th { | ||||||
|     padding: 15px; |     padding: 15px; | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam