hide tooltips on mobile

This commit is contained in:
root 2024-09-20 15:37:00 +00:00
parent a782f28231
commit cb47f24562

View file

@ -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;