mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	Changed scroll to auto for some UI elements. (#20294)
Addition to: Show scrollbar when necessary #20142 Fixes the "empty" scrollbars with Firefox.
This commit is contained in:
		
					parent
					
						
							
								9f3906b2a3
							
						
					
				
			
			
				commit
				
					
						e24b0fc7b8
					
				
			
		
					 4 changed files with 5 additions and 5 deletions
				
			
		|  | @ -3352,7 +3352,7 @@ td.blob-excerpt { | |||
|   .commit-header-row { | ||||
|     .ui.horizontal.list { | ||||
|       width: 100%; | ||||
|       overflow-x: scroll; | ||||
|       overflow-x: auto; | ||||
|       margin-top: 2px; | ||||
| 
 | ||||
|       .item { | ||||
|  | @ -3401,7 +3401,7 @@ td.blob-excerpt { | |||
|   } | ||||
| 
 | ||||
|   .commit-table { | ||||
|     overflow-x: scroll; | ||||
|     overflow-x: auto; | ||||
| 
 | ||||
|     td.sha, | ||||
|     th.sha { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue