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> <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%; }
#info { #info {
display: block; display: block;
position: relative; position: relative;
@ -84,6 +83,5 @@ map.on('mousemove', function (e) {
}); });
</script> </script>
</body> </body>
</html> </html>