Fix webkit scrollbars (#7191)
* Revert "Make scroll bars wider (#7060)"
This reverts commit c0ad48c683.
* for real make webkit scrollbar wider
			
			
This commit is contained in:
		
							parent
							
								
									185407d3a2
								
							
						
					
					
						commit
						172ce95cd4
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -53,6 +53,11 @@ table { | ||||||
|   border-spacing: 0; |   border-spacing: 0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | ::-webkit-scrollbar { | ||||||
|  |   width: 12px; | ||||||
|  |   height: 12px; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| ::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||||||
|   background: lighten($ui-base-color, 4%); |   background: lighten($ui-base-color, 4%); | ||||||
|   border: 0px none $base-border-color; |   border: 0px none $base-border-color; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue