Scrolling is working! Start fine tuning the box.
This commit is contained in:
		@@ -30,3 +30,7 @@
 | 
			
		||||
			.text {
 | 
			
		||||
				background-color: #333333;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			.code {
 | 
			
		||||
            background-color: #444444;
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
@@ -94,10 +94,15 @@
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			.code {
 | 
			
		||||
				max-width: 400px;
 | 
			
		||||
				max-width: 80%;
 | 
			
		||||
				overflow: auto;
 | 
			
		||||
				overflow-x: scroll;
 | 
			
		||||
				overflow-y: hidden;
 | 
			
		||||
 | 
			
		||||
            border: 2px solid #131313;
 | 
			
		||||
            border-radius: 8px;
 | 
			
		||||
            padding: 4px;
 | 
			
		||||
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			body {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user