mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-12 16:44:19 -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://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" crossorigin="">
|
||||
<style>
|
||||
@media (hover: none) {
|
||||
.leaflet-tooltip-pane {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue