Hide the "improve map" link

This commit is contained in:
2024-08-17 22:54:40 +10:00
parent 18257be406
commit 0d2c42da82

View File

@@ -9,6 +9,7 @@
<style> <style>
body { margin: 0; padding: 0; } body { margin: 0; padding: 0; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; } #map { position: absolute; top: 0; bottom: 0; width: 100%; }
.mapbox-improve-map { display: none; }
</style> </style>
</head> </head>
<body> <body>