mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Show scrollbar only when needed (#6802)
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -326,9 +326,9 @@
 | 
				
			|||||||
            .plain-text {
 | 
					            .plain-text {
 | 
				
			||||||
                padding: 1em 2em 1em 2em;
 | 
					                padding: 1em 2em 1em 2em;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            
 | 
					
 | 
				
			||||||
            pre {
 | 
					            pre {
 | 
				
			||||||
                overflow: scroll;
 | 
					                overflow: auto;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            .code-view {
 | 
					            .code-view {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user