mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Prevent iOS input zoom
This commit is contained in:
		| @@ -100,3 +100,13 @@ body { | ||||
|     padding-top: 1px; | ||||
|   } | ||||
| } | ||||
|  | ||||
| @supports (-webkit-touch-callout: none) { | ||||
|   input[type="number"], | ||||
|   input[type="search"], | ||||
|   input[type="text"], | ||||
|   select:focus, | ||||
|   textarea { | ||||
|     font-size: 16px; | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon