diff --git a/src/static/viewer.css b/src/static/viewer.css index 80c7bdb..9c2ce53 100644 --- a/src/static/viewer.css +++ b/src/static/viewer.css @@ -8,6 +8,7 @@ } #fox_map { + position: fixed; width: 100%; - height: 500px; + height: 100%; } diff --git a/src/templates/viewer.html b/src/templates/viewer.html index a8ae227..a4ec518 100644 --- a/src/templates/viewer.html +++ b/src/templates/viewer.html @@ -34,11 +34,13 @@ } -
+