feat(css): Remove border radius from WebKit's scrollbars (#4278)
This commit is contained in:
		
							parent
							
								
									e01966f7b8
								
							
						
					
					
						commit
						f24b81e27f
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -3711,6 +3711,10 @@ button.icon-button.active i.fa-retweet { | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | ::-webkit-scrollbar-thumb { | ||||||
|  |   border-radius: 0; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| noscript { | noscript { | ||||||
|   text-align: center; |   text-align: center; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue