remove horizontal scrollbar
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* Background */ .chroma { color: #f8f8f2; background-color: #282a36 }
 | 
					/* Background */ .chroma { color: #f8f8f2; background-color: #282a36; overflow: hidden }
 | 
				
			||||||
/* Other */ .chroma .x {  }
 | 
					/* Other */ .chroma .x {  }
 | 
				
			||||||
/* Error */ .chroma .err {  }
 | 
					/* Error */ .chroma .err {  }
 | 
				
			||||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
 | 
					/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user