Actually make overflowing have a scrollbar on mobile
This commit is contained in:
		
							
								
								
									
										3
									
								
								docs/_static/style.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								docs/_static/style.css
									
									
									
									
										vendored
									
									
								
							@@ -297,7 +297,7 @@ p {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
div.modal {
 | 
					div.modal {
 | 
				
			||||||
  position: fixed;
 | 
					  position: fixed;
 | 
				
			||||||
  z-index: 1;
 | 
					  z-index: 10;
 | 
				
			||||||
  left: 0;
 | 
					  left: 0;
 | 
				
			||||||
  top: 0;
 | 
					  top: 0;
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
@@ -623,6 +623,7 @@ pre {
 | 
				
			|||||||
  line-height: 1.5em;
 | 
					  line-height: 1.5em;
 | 
				
			||||||
  margin: 1.5em 0 1.5em 0;
 | 
					  margin: 1.5em 0 1.5em 0;
 | 
				
			||||||
  padding: 10px;
 | 
					  padding: 10px;
 | 
				
			||||||
 | 
					  overflow-x: auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pre, code {
 | 
					pre, code {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user