forked from GithubMirrors/cardconjurer
		
	Update life.html
This commit is contained in:
		@@ -106,17 +106,18 @@
 | 
				
			|||||||
		-moz-user-select: none;
 | 
							-moz-user-select: none;
 | 
				
			||||||
		-ms-user-select: none;
 | 
							-ms-user-select: none;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	html, body {
 | 
						html {
 | 
				
			||||||
		height: 100%;
 | 
							height: 100%;
 | 
				
			||||||
		overflow: hidden;
 | 
							overflow: hidden;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	body {
 | 
						body {
 | 
				
			||||||
 | 
							height: 100%;
 | 
				
			||||||
		background-color: #333;
 | 
							background-color: #333;
 | 
				
			||||||
		color: white;
 | 
							color: white;
 | 
				
			||||||
		overflow-y: auto;
 | 
							overflow-y: scroll;
 | 
				
			||||||
		overflow-x: hidden;
 | 
							overflow-x: hidden;
 | 
				
			||||||
		-webkit-overflow-scrolling: touch;
 | 
							-webkit-overflow-scrolling: touch;
 | 
				
			||||||
		touch-action: pan-y;
 | 
							/*touch-action: pan-y;*/
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	#gridShell, .mainGrid, canvas {
 | 
						#gridShell, .mainGrid, canvas {
 | 
				
			||||||
		touch-action: manipulation !important;
 | 
							touch-action: manipulation !important;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user