mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	Set touch-action:none for canvas renderer to prevent mobile issues
This commit is contained in:
		
							parent
							
								
									9c5b90e71b
								
							
						
					
					
						commit
						09fc980434
					
				| 
						 | 
				
			
			@ -32,6 +32,7 @@
 | 
			
		|||
        body > canvas {
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            height: 100%;
 | 
			
		||||
            touch-action: none;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        div, a, img {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue