diff --git a/static/styles.css b/static/styles.css index c01bed4..0a3d064 100644 --- a/static/styles.css +++ b/static/styles.css @@ -4,6 +4,7 @@ body, html { padding: 0px; overflow: hidden; height: 100%; + width: 100%; } h1 { @@ -34,7 +35,9 @@ form p { main { margin:0; padding:0; - position: relative; + position: absolute; + top: 0; + left: 0; } div.leaflet-popup-content { diff --git a/templates/base.html b/templates/base.html index 7de9ce2..d0f549b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,7 +21,7 @@ -
+