From 2d7d85b21b603de8dafbfa693758d2cd518db39d Mon Sep 17 00:00:00 2001 From: "O. D." Date: Thu, 5 Sep 2024 16:04:32 -0600 Subject: [PATCH] fixed some UI stuffs --- static/styles.css | 5 ++++- templates/base.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 @@ - +