Prevent mobile devices from interfering with the textLayer-elements (issue 14243)
*This is a tentative patch, since I don't have the necessary hardware to test it.* See https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust, which is currently ignored in Firefox. It seems overall safer, and more future-proof, to simply add this to the *entire* `textLayer` rather than its individual elements.
This commit is contained in:
		
							parent
							
								
									38efd13a54
								
							
						
					
					
						commit
						12d41bcba4
					
				@ -23,6 +23,7 @@
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  opacity: 0.2;
 | 
			
		||||
  line-height: 1;
 | 
			
		||||
  text-size-adjust: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.textLayer span,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user