mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	UI: Fix scrollbar always present on page body (#6177)
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1,7 +1,7 @@
 | 
				
			|||||||
body {
 | 
					body {
 | 
				
			||||||
    font-family: "Lato", "Segoe UI", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
 | 
					    font-family: "Lato", "Segoe UI", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
 | 
				
			||||||
    background-color: #fff;
 | 
					    background-color: #fff;
 | 
				
			||||||
    overflow-y: scroll;
 | 
					    overflow-y: auto;
 | 
				
			||||||
    -webkit-font-smoothing: antialiased;
 | 
					    -webkit-font-smoothing: antialiased;
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					    flex-direction: column;
 | 
				
			||||||
@@ -442,7 +442,7 @@ footer {
 | 
				
			|||||||
    background-color: white;
 | 
					    background-color: white;
 | 
				
			||||||
    border-top: 1px solid #d6d6d6;
 | 
					    border-top: 1px solid #d6d6d6;
 | 
				
			||||||
    width: 100%;
 | 
					    width: 100%;
 | 
				
			||||||
    height: 40px;
 | 
					    flex-basis: 40px;
 | 
				
			||||||
    color: #888888;
 | 
					    color: #888888;
 | 
				
			||||||
    .container {
 | 
					    .container {
 | 
				
			||||||
        width: 100vw !important;
 | 
					        width: 100vw !important;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user