mirror of
				https://github.com/brianshea2/meshmap.net.git
				synced 2025-03-05 21:00:01 -08:00 
			
		
		
		
	hide tooltips on mobile
This commit is contained in:
		
							parent
							
								
									a782f28231
								
							
						
					
					
						commit
						cb47f24562
					
				|  | @ -13,6 +13,11 @@ | ||||||
| <link rel="stylesheet" href="https://unpkg.com/font-awesome@4.7.0/css/font-awesome.min.css" crossorigin=""> | <link rel="stylesheet" href="https://unpkg.com/font-awesome@4.7.0/css/font-awesome.min.css" crossorigin=""> | ||||||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" crossorigin=""> | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" crossorigin=""> | ||||||
| <style> | <style> | ||||||
|  |   @media (hover: none) { | ||||||
|  |     .leaflet-tooltip-pane { | ||||||
|  |       display: none; | ||||||
|  |     } | ||||||
|  |   } | ||||||
|   body { |   body { | ||||||
|     margin: 0; |     margin: 0; | ||||||
|     padding: 0; |     padding: 0; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue