This commit is contained in:
Sacha Ligthert 2024-01-16 22:36:26 +01:00
parent 2329eadae4
commit 6445883f00

View File

@ -9,7 +9,6 @@
<style>
body { margin: 0; padding: 0; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
#info {
display: block;
position: relative;
@ -84,6 +83,5 @@ map.on('mousemove', function (e) {
});
</script>
</body>
</html>