You've already forked no-js-hugo-theme
							
							Improved header link formatting
The `overflow: hidden` was cutting off the font descenders, and `overflow-x: hidden` doesn't work since it causes the `overflow-y` to change to "auto" which causes vertical scrolling.
This commit is contained in:
		@@ -270,9 +270,10 @@ blockquote {
 | 
				
			|||||||
	margin-top: 9pt;
 | 
						margin-top: 9pt;
 | 
				
			||||||
	display: flex;
 | 
						display: flex;
 | 
				
			||||||
	flex-direction: row;
 | 
						flex-direction: row;
 | 
				
			||||||
 | 
						/* Not sure what we can do other than continue the links on the next line.
 | 
				
			||||||
 | 
						 * It's ugly, but probably better than hiding them altogether. */
 | 
				
			||||||
	flex-wrap: wrap;
 | 
						flex-wrap: wrap;
 | 
				
			||||||
	overflow: hidden;
 | 
						row-gap: 0.3em;
 | 
				
			||||||
	-webkit-overflow-scrolling: touch; /* this needs to go here for some reason */
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.links li {
 | 
					.links li {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user